org.ceryle.util.idle
Class IdleEvent
java.lang.Object
java.util.EventObject
org.ceryle.util.idle.IdleEvent
- All Implemented Interfaces:
- Serializable
public class IdleEvent
- extends EventObject
IdleEvent is used to notify interested parties
that idle state has changed in the event source.
- Version:
- $Id: IdleEvent.java,v 3.3 2007-06-15 12:10:01 altheim Exp $
- Author:
- Murray Altheim
- See Also:
- Serialized Form
|
Constructor Summary |
IdleEvent(Object source)
Constructs an IdleEvent object. |
IdleEvent
public IdleEvent(Object source)
- Constructs an IdleEvent 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.