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 booleanequals(Object o)StringgetLayoutType()AbstractPagegetPage()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
LayoutCreatedEvent
public LayoutCreatedEvent(String layoutType, AbstractPage page)
-
-
Method Detail
-
getLayoutType
public String getLayoutType()
-
getPage
public AbstractPage getPage()
-
-