org.semispace.actor
Class ActorNotification

java.lang.Object
  extended by org.semispace.actor.ActorNotification
All Implemented Interfaces:
SemiEventListener<SemiAvailabilityEvent>

public class ActorNotification
extends Object
implements SemiEventListener<SemiAvailabilityEvent>

Listener of a semispace template. The actor will be notified with actor message.


Constructor Summary
ActorNotification(Actor actor, SemiSpaceInterface space, Object template, boolean toTake)
           
 
Method Summary
 void notify(SemiAvailabilityEvent theEvent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActorNotification

public ActorNotification(Actor actor,
                         SemiSpaceInterface space,
                         Object template,
                         boolean toTake)
Method Detail

notify

public void notify(SemiAvailabilityEvent theEvent)
Specified by:
notify in interface SemiEventListener<SemiAvailabilityEvent>
Parameters:
theEvent - Event which is subclass of the abstract SemiEvent
See Also:
SemiEvent, SemiAvailabilityEvent, SemiExpirationEvent


Copyright © 2008-2012. All Rights Reserved.