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:
  • Constructor Details

    • AfterSaveLayoutEvent

      @ConstructorProperties("layoutName") public AfterSaveLayoutEvent(String p_strLayoutName)
      Parameters:
      p_strLayoutName - The name of the layout.
  • Method Details

    • getTimestamp

      public long getTimestamp()
      Specified by:
      getTimestamp in interface de.uplanet.lucy.server.events.ITimestampedEvent