org.ceryle.util.idle
Class IdleEvent

java.lang.Object
  extended by java.util.EventObject
      extended by 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

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

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.