private static class GralGraphicTimeOrder.EnqueueInGraphicThread extends java.lang.Object implements EventConsumer
mEventConsumed, mEventDonotRelinquish, mMaskReservedHere, version
Modifier | Constructor and Description |
---|---|
private |
EnqueueInGraphicThread() |
Modifier and Type | Method and Description |
---|---|
int |
processEvent(java.util.EventObject ev)
This routine should be overwritten to processes an event.
|
private EnqueueInGraphicThread()
public int processEvent(java.util.EventObject ev)
org.vishia.event.EventConsumer
processEvent
in interface EventConsumer
ev
- The event. It contains some data. The type of the event is not specified here. Any events
can be processed.EventConsumer.mEventConsumed
or some other designation bits.
It is possible to build a chain of responsibility. It is possible too to process a event from
more as one instance.