net.dpml.transit.model
Class HostLayoutEvent
java.lang.Object
java.util.EventObject
net.dpml.transit.model.HostEvent
net.dpml.transit.model.HostLayoutEvent
- All Implemented Interfaces:
- Serializable
public class HostLayoutEvent
- extends HostEvent
An event signalling the change to the layout model assigned to a host model.
- Version:
- 1.1.0
- Author:
- Digital Product Meta Library
- See Also:
- Serialized Form
HostLayoutEvent
public HostLayoutEvent(HostModel host,
LayoutModel layout)
- Event signalliing the change to a host layout model.
- Parameters:
host
- the host model that was changedlayout
- the layout model that was assinged to the host
getLayoutModel
public LayoutModel getLayoutModel()
- Return the layout model that was assigned to the host.
- Returns:
- the assinged layout model