Class InstanceEvent

java.lang.Object
java.util.EventObject
weka.gui.streams.InstanceEvent
All Implemented Interfaces:
Serializable

public class InstanceEvent extends EventObject
An event encapsulating an instance stream event.
Version:
$Revision: 8034 $
Author:
Len Trigg (trigg@cs.waikato.ac.nz)
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Specifies that the batch of instances is finished
    static final int
    Specifies that the instance format is available
    static final int
    Specifies that an instance is available
  • Constructor Summary

    Constructors
    Constructor
    Description
    InstanceEvent(Object source, int ID)
    Constructs an InstanceEvent with the specified source object and event type
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Get the event type

    Methods inherited from class java.util.EventObject

    getSource, toString

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • FORMAT_AVAILABLE

      public static final int FORMAT_AVAILABLE
      Specifies that the instance format is available
      See Also:
    • INSTANCE_AVAILABLE

      public static final int INSTANCE_AVAILABLE
      Specifies that an instance is available
      See Also:
    • BATCH_FINISHED

      public static final int BATCH_FINISHED
      Specifies that the batch of instances is finished
      See Also:
  • Constructor Details

    • InstanceEvent

      public InstanceEvent(Object source, int ID)
      Constructs an InstanceEvent with the specified source object and event type
      Parameters:
      source - the object generating the InstanceEvent
      ID - the type of the InstanceEvent
  • Method Details

    • getID

      public int getID()
      Get the event type
      Returns:
      the event type