public class PageEvent extends Object
Modifier and Type | Field and Description |
---|---|
static int |
PAGE_CONTENT_MODIFIED |
static int |
PAGE_CREATED |
static int |
PAGE_DELETED |
static int |
PAGE_MOVED |
static int |
PAGE_STATE_CHANGED |
Constructor and Description |
---|
PageEvent(Page page,
int nType)
Creates a new instance of PageEvent
|
Modifier and Type | Method and Description |
---|---|
int |
getEventType()
Returns the EventType
|
Page |
getPage()
Returns the Page
|
public static final int PAGE_CREATED
public static final int PAGE_CONTENT_MODIFIED
public static final int PAGE_STATE_CHANGED
public static final int PAGE_MOVED
public static final int PAGE_DELETED
public PageEvent(Page page, int nType)
page
- The pagenType
- The event typepublic int getEventType()
public Page getPage()
Copyright © 2020 City of Paris. All rights reserved.