net.dpml.transit.model
Class LocationEvent
java.lang.Object
java.util.EventObject
net.dpml.transit.model.CodeBaseEvent
net.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.2
- Author:
- Digital Product Meta Library
- See Also:
- Serialized Form
LocationEvent
public LocationEvent(CodeBaseModel source,
URI plugin)
- Construction of a new codebase change event.
- Parameters:
source
- the codebase model initiating the eventplugin
- the uri assigned as the codebase
getCodeBaseURI
public URI getCodeBaseURI()
- Return the new codebase plugin uri.
- Returns:
- the codebase uri