|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.demac.event.Event
org.demac.event.MulticastEvent
public abstract class MulticastEvent
This class is the basis for all multicast events. It can either implement original multicast events or it can be the basis for an event container which converts non-multicast into multivast events.
Field Summary | |
---|---|
static int |
ALL
This constant indecates a global scope of the multicast event. |
static int |
PERIPHERY
This constant indecates a periphery scope of the multicast event. |
Fields inherited from class org.demac.event.Event |
---|
GLOBAL_SCOPE, LOCAL_EVENT, LOCAL_SCOPE, PERIPERY_SCOPE, REMOTE_EVENT |
Constructor Summary | |
---|---|
MulticastEvent()
|
Method Summary | |
---|---|
abstract int |
getMulticastScope()
Method to get the multicast scope of the event. |
Methods inherited from class org.demac.event.Event |
---|
getEventHandle, getOriginHandle, getPayload, getPriority, getScope |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int ALL
public static final int PERIPHERY
Constructor Detail |
---|
public MulticastEvent()
Method Detail |
---|
public abstract int getMulticastScope()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |