Class ActorNotification
java.lang.Object
org.semispace.actor.ActorNotification
- All Implemented Interfaces:
SemiEventListener<SemiAvailabilityEvent>
Listener of a semispace template. The actor will be notified
with actor message.
-
Constructor Summary
ConstructorsConstructorDescriptionActorNotification(Actor actor, SemiSpaceInterface space, Object template, boolean toTake) -
Method Summary
-
Constructor Details
-
ActorNotification
-
-
Method Details
-
notify
- Specified by:
notifyin interfaceSemiEventListener<SemiAvailabilityEvent>- Parameters:
theEvent- Event which is subclass of the abstract SemiEvent- See Also:
-