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
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.
getEditor
public WorkspaceEditor getEditor()
- Get the editor associated with this event.