fr.paris.lutece.portal.service.page
Class PageEvent

java.lang.Object
  extended by fr.paris.lutece.portal.service.page.PageEvent

public class PageEvent
extends java.lang.Object

Page Event used to notify PageEvent Listeners


Field Summary
static int PAGE_CONTENT_MODIFIED
           
static int PAGE_CREATED
           
static int PAGE_DELETED
           
static int PAGE_MOVED
           
static int PAGE_STATE_CHANGED
           
 
Constructor Summary
PageEvent(Page page, int nType)
          Creates a new instance of PageEvent
 
Method Summary
 int getEventType()
          Returns the EventType
 Page getPage()
          Returns the Page
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

PageEvent

public PageEvent(Page page,
                 int nType)
Creates a new instance of PageEvent

Method Detail

getEventType

public int getEventType()
Returns the EventType

Returns:
The EventType

getPage

public Page getPage()
Returns the Page

Returns:
The Page


Copyright © 2007 Mairie de Paris. All Rights Reserved.