net.dpml.transit.model
Class CodeBaseEvent

java.lang.Object
  extended by java.util.EventObject
      extended by net.dpml.transit.model.CodeBaseEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
LocationEvent, ParametersEvent

public abstract class CodeBaseEvent
extends EventObject

An event pertaining to a change in a plugin uri assigned to a codebase model.

Version:
1.0.3
Author:
Digital Product Meta Library
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CodeBaseEvent(CodeBaseModel source)
          Construction of a new codebase change event.
 
Method Summary
 CodeBaseModel getCodeBaseModel()
          Return the codebase model that initiating the event.
 
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

CodeBaseEvent

public CodeBaseEvent(CodeBaseModel source)
Construction of a new codebase change event.

Parameters:
source - the codebase model initiating the event
Method Detail

getCodeBaseModel

public CodeBaseModel getCodeBaseModel()
Return the codebase model that initiating the event.

Returns:
the codebase model