org.oddjob.arooa.runtime
Class RuntimeEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.oddjob.arooa.runtime.RuntimeEvent
All Implemented Interfaces:
Serializable

public class RuntimeEvent
extends EventObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
RuntimeEvent(RuntimeConfiguration source)
           
 
Method Summary
 RuntimeConfiguration 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

RuntimeEvent

public RuntimeEvent(RuntimeConfiguration source)
Method Detail

getSource

public RuntimeConfiguration getSource()
Overrides:
getSource in class EventObject