tuwien.auto.calimero
Class DetachEvent

java.lang.Object
  extended by java.util.EventObject
      extended by tuwien.auto.calimero.DetachEvent
All Implemented Interfaces:
java.io.Serializable

public class DetachEvent
extends java.util.EventObject

Informs about the detaching of an object from a KNX link.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DetachEvent(java.lang.Object source)
          Creates a new detach event with the object being detached.
 
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

DetachEvent

public DetachEvent(java.lang.Object source)
Creates a new detach event with the object being detached.

Parameters:
source - the object which is detached from the link