|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--norsys.netica.NeticaEvent
Information describing an event reported to a NeticaListener
.
Field Summary | |
static int |
CREATE_EVENT
Indicates an object was created. |
static int |
DUPLICATE_EVENT
Not currently implemented. |
static int |
REMOVE_EVENT
Indicates an object was deleted. |
Method Summary | |
int |
getId()
Returns the type of event ( CREATE_EVENT, REMOVE_EVENT, etc.) Version: This function is available in all versions. |
java.lang.Object |
getObject()
Returns the object that is associated with this event. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int CREATE_EVENT
public static final int DUPLICATE_EVENT
public static final int REMOVE_EVENT
Method Detail |
public int getId()
public java.lang.Object getObject()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |