org.w3c.jwput.gui
Class HistoryEvent

java.lang.Object
  |
  +--org.w3c.jwput.gui.HistoryEvent

public class HistoryEvent
extends java.lang.Object

An Event which indicate that an History Event occured


Constructor Summary
HistoryEvent(java.lang.String item, History source)
          Constructor
 
Method Summary
 java.lang.String getItem()
          Get added/removed item
 History getSource()
          Get the history object where this event occured
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HistoryEvent

public HistoryEvent(java.lang.String item,
                    History source)
Constructor
Parameters:
item - the added/removed item
source - the history object where this event occured
Method Detail

getSource

public History getSource()
Get the history object where this event occured
Returns:
an History instance

getItem

public java.lang.String getItem()
Get added/removed item
Returns:
a String instance