net.dpml.transit.model
Class DisposalEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bynet.dpml.transit.model.DisposalEvent
All Implemented Interfaces:
Serializable

public class DisposalEvent
extends EventObject

A event pertaining to the disposal of a source object.

Version:
1.0.1
Author:
Digital Product Meta Library
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DisposalEvent(Object source)
          Creation of a new DisposalEvent.
 
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

DisposalEvent

public DisposalEvent(Object source)
Creation of a new DisposalEvent.

Parameters:
source - the disposed object