Interface INamedLayoutEvent
-
- All Superinterfaces:
ILayoutEvent
,IServerEvent
- All Known Subinterfaces:
IAfterDeleteLayoutEvent
,IAfterSaveLayoutEvent
,IBeforeDeleteLayoutEvent
,IBeforeSaveLayoutEvent
- All Known Implementing Classes:
de.uplanet.lucy.server.portaldesigner.AbstractLayoutEvent
,AfterDeleteLayoutEvent
,AfterSaveLayoutEvent
,BeforeDeleteLayoutEvent
,BeforeSaveLayoutEvent
@Scriptable public interface INamedLayoutEvent extends ILayoutEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getLayoutName()
Get the name of the layout.
-
-
-
Method Detail
-
getLayoutName
String getLayoutName()
Get the name of the layout.- Returns:
- The name of the layout.
-
-