Package kilim
Class Cell.BlockingSubscriber
- java.lang.Object
-
- kilim.Cell.BlockingSubscriber
-
- All Implemented Interfaces:
EventSubscriber
public class Cell.BlockingSubscriber extends java.lang.Object implements EventSubscriber
-
-
Field Summary
Fields Modifier and Type Field Description booleaneventRcvd
-
Constructor Summary
Constructors Constructor Description BlockingSubscriber()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidblockingWait(long timeoutMillis)voidonEvent(EventPublisher ep, Event e)
-
-
-
Method Detail
-
onEvent
public void onEvent(EventPublisher ep, Event e)
- Specified by:
onEventin interfaceEventSubscriber
-
blockingWait
public void blockingWait(long timeoutMillis)
-
-