net.dpml.transit.model
Class LayoutRegistryEvent
java.lang.Object
java.util.EventObject
net.dpml.transit.model.LayoutRegistryEvent
- All Implemented Interfaces:
- Serializable
public abstract class LayoutRegistryEvent
- extends EventObject
An event issued by a layout registry signalling addition or removal
of a layout model.
- Version:
- 1.1.0
- Author:
- Digital Product Meta Library
- See Also:
- Serialized Form
LayoutRegistryEvent
public LayoutRegistryEvent(LayoutRegistryModel system,
LayoutModel resolver)
- Creation of a new LayoutRegistryEvent signalling the addition
or removal of a layout model.
- Parameters:
system
- the layout modelresolver
- the layout resolver model that was added or removed
getLayoutRegistryModel
public LayoutRegistryModel getLayoutRegistryModel()
- Return the model initiating the event.
- Returns:
- the layout model
getLayoutModel
public LayoutModel getLayoutModel()
- Return the resolver model that was added or removed.
- Returns:
- the resolver model