net.dpml.transit.model
Class LayoutEvent

java.lang.Object
  extended by java.util.EventObject
      extended by net.dpml.transit.model.LayoutEvent
All Implemented Interfaces:
Serializable

public class LayoutEvent
extends EventObject

A event pertaining to content model changes.

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
LayoutEvent(LayoutModel model)
          Creation of a new LayoutEvent signalling modification of layout model configuration.
 
Method Summary
 LayoutModel getLayoutModel()
          Return the layout model that was modified.
 
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

LayoutEvent

public LayoutEvent(LayoutModel model)
Creation of a new LayoutEvent signalling modification of layout model configuration.

Parameters:
model - the resolver model
Method Detail

getLayoutModel

public LayoutModel getLayoutModel()
Return the layout model that was modified.

Returns:
the layout model