Package kilim
Class EmptySet_MsgAvListener
- java.lang.Object
-
- kilim.EmptySet_MsgAvListener
-
- All Implemented Interfaces:
EventSubscriber,PauseReason
class EmptySet_MsgAvListener extends java.lang.Object implements PauseReason, EventSubscriber
-
-
Constructor Summary
Constructors Constructor Description EmptySet_MsgAvListener(Task t, Mailbox<?>[] mbs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcancel()booleanisValid(Task t)True if the given task's reason for pausing is still valid.voidonEvent(EventPublisher ep, Event e)
-
-
-
Method Detail
-
isValid
public boolean isValid(Task t)
Description copied from interface:PauseReasonTrue if the given task's reason for pausing is still valid.- Specified by:
isValidin interfacePauseReason
-
onEvent
public void onEvent(EventPublisher ep, Event e)
- Specified by:
onEventin interfaceEventSubscriber
-
cancel
public void cancel()
-
-