|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.util.EventObject
org.mbari.siam.core.NodeEvent
public abstract class NodeEvent
Node Event super class from which all Node events are extended
| Field Summary | |
|---|---|
protected boolean |
_consumed
|
protected int |
_id
|
static long |
SCHEDULER_EVENT_MASK
Event mask for selecting SCHEDULER events |
static long |
SERVICE_EVENT_MASK
Event mask for selecting SCHEDULER events |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
NodeEvent()
Constructs a NodeEvent with the specified source and type |
|
NodeEvent(java.lang.Object source)
Constructs a NodeEvent with the specified source and type |
|
NodeEvent(java.lang.Object source,
int id)
Constructs a NodeEvent with the specified source and type |
|
| Method Summary | |
|---|---|
protected void |
consume()
Consume event |
protected void |
finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object. |
int |
getID()
Returns the event type |
protected boolean |
isConsumed()
Returns current value of consumed member |
java.lang.String |
paramString()
Returns a string representing the state of this event |
java.lang.String |
toString()
Returns a string representation this event object |
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected int _id
protected boolean _consumed
public static final long SCHEDULER_EVENT_MASK
public static final long SERVICE_EVENT_MASK
| Constructor Detail |
|---|
public NodeEvent()
public NodeEvent(java.lang.Object source)
public NodeEvent(java.lang.Object source,
int id)
| Method Detail |
|---|
public int getID()
public java.lang.String paramString()
public java.lang.String toString()
toString in class java.util.EventObjectprotected void consume()
protected boolean isConsumed()
protected void finalize()
finalize in class java.lang.Object
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||