org.semispace.actor
Annotation Type SwingActor


@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
public @interface SwingActor

This annotation indicates that the actor in question is a swing action, which means that the messages sent to this actor are sent on the swing thread and not via an internal pool. This is useful when using actors to take care of asynchronous form processing (for example).



Copyright © 2008-2012. All Rights Reserved.