org.oddjob.arooa.parsing
Class ConfigSessionEvent

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

public class ConfigSessionEvent
extends EventObject

Event for a ConfigurationSession

See Also:
Serialized Form
Author:
rob

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

ConfigSessionEvent

public ConfigSessionEvent(ConfigurationSession source)
Method Detail

getSource

public ConfigurationSession getSource()
Overrides:
getSource in class EventObject