Package weka.gui.sql.event
Class HistoryChangedEvent
java.lang.Object
java.util.EventObject
weka.gui.sql.event.HistoryChangedEvent
- All Implemented Interfaces:
Serializable
An event that is generated when a history is modified.
- Version:
- $Revision: 8034 $
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
- See Also:
-
Constructor Summary
ConstructorDescriptionHistoryChangedEvent
(Object source, String name, DefaultListModel history) constructs the event -
Method Summary
Modifier and TypeMethodDescriptionreturns the history modelreturns the name of the historytoString()
returns the event in a string representationMethods inherited from class java.util.EventObject
getSource
-
Constructor Details
-
HistoryChangedEvent
constructs the event- Parameters:
name
- the name of the historyhistory
- the model of the history
-
-
Method Details
-
getHistoryName
returns the name of the history -
getHistory
returns the history model -
toString
returns the event in a string representation- Overrides:
toString
in classEventObject
- Returns:
- the event in a string representation
-