org.escot.event
Class WiringEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--org.escot.event.WiringEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BeanWiringEvent

public class WiringEvent
extends EventObject

WiringEvent is used to notify interested parties that a broker's set of wires has changed. The event source is normally the broker.

See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
WiringEvent(Object source, Wire wire)
           
 
Method Summary
 Wire getWire()
           
 
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

WiringEvent

public WiringEvent(Object source,
                   Wire wire)
Method Detail

getWire

public Wire getWire()