kiwi.event
Class WorkspaceEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--kiwi.event.WorkspaceEvent

public class WorkspaceEvent
extends EventObject

Event generated by a WorkspaceManager object to notify listeners that a WorkspaceEditor's state has changed in some way.

Version:
1.0 (05/98)
Author:
Mark Lindner, PING Software Group
See Also:
WorkspaceEditor, WorkspaceManager, WorkspaceListener, Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
WorkspaceEvent(Object source, WorkspaceEditor editor)
          Construct a new WorkspaceEvent.
 
Method Summary
 WorkspaceEditor getEditor()
          Get the editor associated with this event.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WorkspaceEvent

public WorkspaceEvent(Object source,
                      WorkspaceEditor editor)
Construct a new WorkspaceEvent.
Parameters:
source - The source of the event.
editor - The WorkspaceEditor associated with this event.
Method Detail

getEditor

public WorkspaceEditor getEditor()
Get the editor associated with this event.