com.pietschy.command.file
Class RecentFileListModelEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.pietschy.command.file.RecentFileListModelEvent
All Implemented Interfaces:
java.io.Serializable

public class RecentFileListModelEvent
extends java.util.EventObject

Fired when the contents of a RecentFileListModel changes.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
RecentFileListModelEvent(RecentFileListModel source)
          Creates a new instance.
 
Method Summary
 RecentFileListModel getSource()
          Gets the source RecentFileListModel.
 
Methods inherited from class java.util.EventObject
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RecentFileListModelEvent

public RecentFileListModelEvent(RecentFileListModel source)
Creates a new instance.

Parameters:
source - the model that generated the event.
Method Detail

getSource

public RecentFileListModel getSource()
Gets the source RecentFileListModel.

Overrides:
getSource in class java.util.EventObject
Returns:
the source RecentFileListModel.


Copyright © 2006 - 2007 Andrew Pietsch