org.oddjob.arooa.parsing
Class ConfigOwnerEvent

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

public class ConfigOwnerEvent
extends EventObject

Event for a ConfigurationOwner.

See Also:
Serialized Form
Author:
rob

Nested Class Summary
static class ConfigOwnerEvent.Change
           
 
Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ConfigOwnerEvent(ConfigurationOwner source, ConfigOwnerEvent.Change change)
           
 
Method Summary
 ConfigOwnerEvent.Change getChange()
           
 ConfigurationOwner 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

ConfigOwnerEvent

public ConfigOwnerEvent(ConfigurationOwner source,
                        ConfigOwnerEvent.Change change)
Method Detail

getSource

public ConfigurationOwner getSource()
Overrides:
getSource in class EventObject

getChange

public ConfigOwnerEvent.Change getChange()