|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.objectplanet.survey.event.Event
com.objectplanet.survey.event.events.AdminEvent
public class AdminEvent
Represents an event that is fired when an admin operation was performed.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.objectplanet.survey.event.Event |
|---|
Event.NonVetoable |
| Constructor Summary | |
|---|---|
AdminEvent(IEventListener source)
Creates a new event. |
|
| Method Summary | |
|---|---|
java.lang.String |
getLogin()
|
long |
getUserId()
Gets the userId of the user who performed this action. |
void |
setLogin(java.lang.String login)
|
void |
setUserId(long userId)
Sets the userId of the user who performed this action. |
| Methods inherited from class com.objectplanet.survey.event.Event |
|---|
getSource, isVetoed, paramString, toString, veto |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AdminEvent(IEventListener source)
source - The event source| Method Detail |
|---|
public void setUserId(long userId)
user - The new userId valuepublic long getUserId()
public java.lang.String getLogin()
public void setLogin(java.lang.String login)
login - the login to set
|
Copyright ? ObjectPlanet Inc. All Rights Reserved. | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||