net.dpml.station
Class RegistryEvent
java.lang.Object
java.util.EventObject
net.dpml.station.RegistryEvent
- All Implemented Interfaces:
- Serializable
- public class RegistryEvent
- extends EventObject
An application registry event.
- See Also:
- Serialized Form
RegistryEvent
public RegistryEvent(ApplicationRegistry registry,
ApplicationDescriptor profile)
- Creation of a new registry event.
- Parameters:
registry
- the source registryprofile
- the application profile related to the event
getApplicationRegistry
public ApplicationRegistry getApplicationRegistry()
- Return the source application registry.
- Returns:
- the application registry
getApplicationDescriptor
public ApplicationDescriptor getApplicationDescriptor()
- Return the subject profile.
- Returns:
- the application profile