org.ceryle.ui.event
Class DirtyEvent
java.lang.Object
java.util.EventObject
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
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.