weka.gui.sql.event
Class HistoryChangedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by weka.gui.sql.event.HistoryChangedEvent
All Implemented Interfaces:
Serializable

public class HistoryChangedEvent
extends EventObject

An event that is generated when a history is modified.

Version:
$Revision: 8034 $
Author:
FracPete (fracpete at waikato dot ac dot nz)
See Also:
HistoryChangedListener, Serialized Form

Constructor Summary
HistoryChangedEvent(Object source, String name, DefaultListModel history)
          constructs the event
 
Method Summary
 DefaultListModel getHistory()
          returns the history model
 String getHistoryName()
          returns the name of the history
 String toString()
          returns the event in a string representation
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HistoryChangedEvent

public HistoryChangedEvent(Object source,
                           String name,
                           DefaultListModel history)
constructs the event

Parameters:
name - the name of the history
history - the model of the history
Method Detail

getHistoryName

public String getHistoryName()
returns the name of the history


getHistory

public DefaultListModel getHistory()
returns the history model


toString

public String toString()
returns the event in a string representation

Overrides:
toString in class EventObject
Returns:
the event in a string representation


Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.