NORSYS SOFTWARE © 2012 | NETICA API | JAVA   VERSION   5.04  |
|
|||||||||
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 which occurred within Netica. Objects of this class are used to pass the information to registered NeticaListeners.
Field Summary | |
static int |
CREATE_EVENT
Not currently implemented. |
static int |
DUPLICATE_EVENT
Not currently implemented. |
static int |
REMOVE_EVENT
Indicates an object is about to be removed from its owner, and shortly after that may be deleted. |
Method Summary | |
int |
getKind()
Returns what kind of event occurred. |
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 |
NeticaEvent.getKind
.
public static final int DUPLICATE_EVENT |
NeticaEvent.getKind
.
public static final int REMOVE_EVENT |
NeticaEvent.getKind
.
Method Detail |
public int getKind ( ) |
More events being contemplated by Norsys include: SAVE_EVENT (the object is about to be saved to file), RESTORE_EVENT (the object was just read from file), CHANGED_EVENT (the object has just been modified), BELIEFS_EVENT ( beliefs of a node have just changed), and USERSFIELD_GET_EVENT (a user field is about to be accessed). Contact Norsys if you need this functionality.
Version:
public Object getObject ( ) |
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |