public class MENetworkEvent
extends java.lang.Object
| Constructor and Description |
|---|
MENetworkEvent() |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Call to prevent AE from posting the event to any further objects.
|
int |
getVisitedObjects()
the number of objects that were visited by the event.
|
boolean |
isCanceled()
called by AE after each object is called to cancel any future calls.
|
void |
setVisitedObjects(int v)
Called by AE after iterating the event subscribers.
|
public void cancel()
public boolean isCanceled()
public int getVisitedObjects()
public void setVisitedObjects(int v)
v - current number of visitors