net.dpml.transit.model
Class LocationEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bynet.dpml.transit.model.CodeBaseEvent
          extended bynet.dpml.transit.model.LocationEvent
All Implemented Interfaces:
Serializable

public class LocationEvent
extends CodeBaseEvent

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

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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
LocationEvent(CodeBaseModel source, URI plugin)
          Construction of a new codebase change event.
 
Method Summary
 URI getCodeBaseURI()
          Return the new codebase plugin uri.
 
Methods inherited from class net.dpml.transit.model.CodeBaseEvent
getCodeBaseModel
 
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

LocationEvent

public LocationEvent(CodeBaseModel source,
                     URI plugin)
Construction of a new codebase change event.

Parameters:
source - the codebase model initiating the event
plugin - the uri assigned as the codebase
Method Detail

getCodeBaseURI

public URI getCodeBaseURI()
Return the new codebase plugin uri.

Returns:
the codebase uri