weka.gui.streams
Class InstanceEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byweka.gui.streams.InstanceEvent
All Implemented Interfaces:
java.io.Serializable

public class InstanceEvent
extends java.util.EventObject

An event encapsulating an instance stream event.

Version:
$Revision: 1.4 $
Author:
Len Trigg (trigg@cs.waikato.ac.nz)
See Also:
Serialized Form

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

FORMAT_AVAILABLE

public static final int FORMAT_AVAILABLE
Specifies that the instance format is available

See Also:
Constant Field Values

INSTANCE_AVAILABLE

public static final int INSTANCE_AVAILABLE
Specifies that an instance is available

See Also:
Constant Field Values

BATCH_FINISHED

public static final int BATCH_FINISHED
Specifies that the batch of instances is finished

See Also:
Constant Field Values

m_ID

private int m_ID
Constructor Detail

InstanceEvent

public InstanceEvent(java.lang.Object source,
                     int ID)
Constructs an InstanceEvent with the specified source object and event type

Parameters:
source - the object generating the InstanceEvent
Method Detail

getID

public int getID()
Get the event type

Returns:
the event type