fr.paris.lutece.portal.service.page
Class PageEvent
java.lang.Object
fr.paris.lutece.portal.service.page.PageEvent
public class PageEvent
- extends java.lang.Object
Page Event used to notify PageEvent Listeners
Constructor Summary |
PageEvent(Page page,
int nType)
Creates a new instance of PageEvent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PAGE_CREATED
public static final int PAGE_CREATED
- See Also:
- Constant Field Values
PAGE_CONTENT_MODIFIED
public static final int PAGE_CONTENT_MODIFIED
- See Also:
- Constant Field Values
PAGE_STATE_CHANGED
public static final int PAGE_STATE_CHANGED
- See Also:
- Constant Field Values
PAGE_MOVED
public static final int PAGE_MOVED
- See Also:
- Constant Field Values
PAGE_DELETED
public static final int PAGE_DELETED
- See Also:
- Constant Field Values
PageEvent
public PageEvent(Page page,
int nType)
- Creates a new instance of PageEvent
- Parameters:
page
- The pagenType
- The event type
getEventType
public int getEventType()
- Returns the EventType
- Returns:
- The EventType
getPage
public Page getPage()
- Returns the Page
- Returns:
- The Page
Copyright © 2011 Mairie de Paris. All Rights Reserved.