|
||||||||||
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
org.demac.impl.event.MulticastEventImpl
public class MulticastEventImpl
TODO
Field Summary |
---|
Fields inherited from class org.demac.event.MulticastEvent |
---|
ALL, PERIPHERY |
Fields inherited from class org.demac.event.Event |
---|
GLOBAL_SCOPE, LOCAL_EVENT, LOCAL_SCOPE, PERIPERY_SCOPE, REMOTE_EVENT |
Constructor Summary | |
---|---|
MulticastEventImpl(Event ev,
int scope)
|
Method Summary | |
---|---|
EventHandle |
getEventHandle()
Method to get the type of the event. |
int |
getMulticastScope()
Method to get the multicast scope of the event. |
DeviceHandle |
getOriginHandle()
Method to get the origin device of the event. |
java.lang.Object |
getPayload()
Method to get the payload of the event. |
int |
getPriority()
Method to get the priority of the event. |
int |
getScope()
Method to get the scope of the event. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MulticastEventImpl(Event ev, int scope)
Method Detail |
---|
public DeviceHandle getOriginHandle()
Event
getOriginHandle
in class Event
Event.getOriginHandle()
public EventHandle getEventHandle()
Event
getEventHandle
in class Event
Event.getEventHandle()
public int getScope()
Event
getScope
in class Event
Event.getScope()
public int getPriority()
Event
getPriority
in class Event
Event.getPriority()
public java.lang.Object getPayload()
Event
getPayload
in class Event
Event.getPayload()
public int getMulticastScope()
MulticastEvent
getMulticastScope
in class MulticastEvent
MulticastEvent.getMulticastScope()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |