Class AfterSaveLayoutEvent
- java.lang.Object
-
- de.uplanet.lucy.server.portaldesigner.AbstractLayoutEvent
-
- de.uplanet.lucy.server.portaldesigner.AfterSaveLayoutEvent
-
- All Implemented Interfaces:
IServerEvent
,de.uplanet.lucy.server.events.ITimestampedEvent
,IAfterSaveLayoutEvent
,ILayoutEvent
,INamedLayoutEvent
,Serializable
@Scriptable public final class AfterSaveLayoutEvent extends de.uplanet.lucy.server.portaldesigner.AbstractLayoutEvent implements IAfterSaveLayoutEvent, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AfterSaveLayoutEvent(String p_strLayoutName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getTimestamp()
-
Methods inherited from class de.uplanet.lucy.server.portaldesigner.AbstractLayoutEvent
getLayoutName, toString
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface de.uplanet.lucy.server.portaldesigner.INamedLayoutEvent
getLayoutName
-
-
-
-
Constructor Detail
-
AfterSaveLayoutEvent
@ConstructorProperties("layoutName") public AfterSaveLayoutEvent(String p_strLayoutName)
- Parameters:
p_strLayoutName
- The name of the layout.
-
-