wtanaka.praya
Class IdleEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--wtanaka.praya.IdleEvent
All Implemented Interfaces:
java.io.Serializable

public class IdleEvent
extends java.util.EventObject

Idle event.

Return to Sourceforge or the Praya Homepage

Version:
$Name: $ $Date: 2001/10/14 18:07:12 $
Author:
$Author: wtanaka $
See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
IdleEvent(java.lang.Object source)
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

IdleEvent

public IdleEvent(java.lang.Object source)