类 HistoryChangedEvent

java.lang.Object
java.util.EventObject
weka.gui.sql.event.HistoryChangedEvent
所有已实现的接口:
Serializable

public class HistoryChangedEvent extends EventObject
An event that is generated when a history is modified.
版本:
$Revision: 7059 $
作者:
FracPete (fracpete at waikato dot ac dot nz)
另请参阅:
  • 构造器详细资料

    • HistoryChangedEvent

      public HistoryChangedEvent(Object source, String name, DefaultListModel history)
      constructs the event
      参数:
      name - the name of the history
      history - the model of the history
  • 方法详细资料

    • 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
      覆盖:
      toString 在类中 EventObject
      返回:
      the event in a string representation