|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
weka.gui.streams.InstanceEvent
An event encapsulating an instance stream event.
Field Summary | |
static int |
BATCH_FINISHED
Specifies that the batch of instances is finished |
static int |
FORMAT_AVAILABLE
Specifies that the instance format is available |
static int |
INSTANCE_AVAILABLE
Specifies that an instance is available |
private int |
m_ID
|
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
InstanceEvent(java.lang.Object source,
int ID)
Constructs an InstanceEvent with the specified source object and event type |
Method Summary | |
int |
getID()
Get the event type |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int FORMAT_AVAILABLE
public static final int INSTANCE_AVAILABLE
public static final int BATCH_FINISHED
private int m_ID
Constructor Detail |
public InstanceEvent(java.lang.Object source, int ID)
source
- the object generating the InstanceEventMethod Detail |
public int getID()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |