net.dpml.transit.model
Class HostLayoutEvent

java.lang.Object
  extended by java.util.EventObject
      extended by net.dpml.transit.model.HostEvent
          extended by 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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
HostLayoutEvent(HostModel host, LayoutModel layout)
          Event signalliing the change to a host layout model.
 
Method Summary
 LayoutModel getLayoutModel()
          Return the layout model that was assigned to the host.
 
Methods inherited from class net.dpml.transit.model.HostEvent
getHostModel
 
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

HostLayoutEvent

public HostLayoutEvent(HostModel host,
                       LayoutModel layout)
Event signalliing the change to a host layout model.

Parameters:
host - the host model that was changed
layout - the layout model that was assinged to the host
Method Detail

getLayoutModel

public LayoutModel getLayoutModel()
Return the layout model that was assigned to the host.

Returns:
the assinged layout model