com.taursys.xml.event
Class RecycleEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.taursys.xml.event.RecycleEvent
All Implemented Interfaces:
java.io.Serializable

public class RecycleEvent
extends java.util.EventObject

RecycleEvent is an event descriptor used for recycle messages.

Version:
1.0
Author:
Marty Phelan
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
RecycleEvent(java.lang.Object source)
          Constructs a new RecycleEvent with given object as its source.
 
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

RecycleEvent

public RecycleEvent(java.lang.Object source)
Constructs a new RecycleEvent with given object as its source.



Copyright © 2007 Martin T Phelan. All Rights Reserved.