org.ceryle.ui.event
Class DirtyEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.ceryle.ui.event.DirtyEvent
All Implemented Interfaces:
Serializable

public class DirtyEvent
extends EventObject

DirtyEvent is used to notify interested parties that a document dirtiness state has changed.

Version:
$Id: DirtyEvent.java,v 3.4 2007-06-15 12:09:41 altheim Exp $
Author:
Murray Altheim
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DirtyEvent(Object source)
          Constructs an DirtyEvent object.
 
Method Summary
 
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

DirtyEvent

public DirtyEvent(Object source)
Constructs an DirtyEvent object.

Parameters:
source - the Object that is the source of the event (typically this)


The Ceryle Project. Copyright ©2001-2007 Murray Altheim, All Rights Reserved. See LICENSE included with distribution.