public class PortletEvent extends Object
Modifier and Type | Field and Description |
---|---|
static int |
INVALIDATE |
Constructor and Description |
---|
PortletEvent()
Default empty constructor
|
PortletEvent(int nType,
int nPortletId,
int nPageId)
PortletEvent
|
Modifier and Type | Method and Description |
---|---|
int |
getPageId()
Gets the page id
|
Integer |
getPortletId()
Gets the portlet id
|
int |
getType()
Event type
|
void |
setPageId(int nPageId)
Sets the page id
|
void |
setPortletId(int nPortletId)
Sets the portlet id
|
void |
setType(int nType)
Sets the event type
|
public static final int INVALIDATE
public PortletEvent()
public PortletEvent(int nType, int nPortletId, int nPageId)
nType
- the typenPortletId
- the portlet idnPageId
- the page idpublic int getType()
public void setType(int nType)
nType
- event typepublic Integer getPortletId()
public void setPortletId(int nPortletId)
nPortletId
- the portlet idpublic int getPageId()
public void setPageId(int nPageId)
nPageId
- the page idCopyright © 2020 City of Paris. All rights reserved.