Class LayoutCreatedEvent
- java.lang.Object
-
- com.atlassian.confluence.tinymceplugin.events.LayoutCreatedEvent
-
- Direct Known Subclasses:
Layout2CreatedEvent
public class LayoutCreatedEvent extends Object
A layout event is used to define when a page/blog post is created using page layouts.- Since:
- 4.2
-
-
Constructor Summary
Constructors Constructor Description LayoutCreatedEvent(String layoutType, AbstractPage page)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getLayoutType()
AbstractPage
getPage()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
LayoutCreatedEvent
public LayoutCreatedEvent(String layoutType, AbstractPage page)
-
-
Method Detail
-
getLayoutType
public String getLayoutType()
-
getPage
public AbstractPage getPage()
-
-