|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.objectplanet.survey.plugin.event.PluginBusEvent | +--com.objectplanet.survey.plugin.event.AdminEvent
Represents an event that is fired when an admin operation was performed.
Nested Class Summary |
Nested classes inherited from class com.objectplanet.survey.plugin.event.PluginBusEvent |
PluginBusEvent.NonVetoable |
Constructor Summary | |
AdminEvent(IPBComponent source)
Creates a new event. |
Method Summary | |
long |
getUserId()
Gets the userId |
void |
setUserId(long userId)
Sets the userId |
Methods inherited from class com.objectplanet.survey.plugin.event.PluginBusEvent |
getSource, isVetoed, paramString, toString, veto |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public AdminEvent(IPBComponent source)
source
- The event sourceMethod Detail |
public void setUserId(long userId)
public long getUserId()
|
Copyright © ObjectPlanet Inc. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |