org.oddjob.beanbus
Class BusEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.oddjob.beanbus.BusEvent
All Implemented Interfaces:
Serializable

public class BusEvent
extends EventObject

See Also:
Serialized Form

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

Constructor Detail

BusEvent

public BusEvent(BeanBus source)
Method Detail

getSource

public BeanBus getSource()
Overrides:
getSource in class EventObject