|
||||||||
| 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.SurveyEvent
com.objectplanet.survey.event.events.QuotaValueUpdatedEvent
public class QuotaValueUpdatedEvent
Event sent when a quota value has been updated.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.objectplanet.survey.event.Event |
|---|
Event.NonVetoable |
| Constructor Summary | |
|---|---|
QuotaValueUpdatedEvent(IEventListener source)
Creates a new event. |
|
| Method Summary | |
|---|---|
int |
getChangeValue()
Gets the change value. |
long |
getQuotaId()
Gets the quota Id |
boolean |
isLocal()
Indicates if the event originated locally or remotely |
void |
setChangeValue(int changeValue)
Sets the change value. |
void |
setLocal(boolean local)
Indicate if the event originated locally or remotely |
void |
setQuotaId(long quotaId)
Sets the quota Id |
| Methods inherited from class com.objectplanet.survey.event.events.SurveyEvent |
|---|
getSurveyId, setSurveyId |
| 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 QuotaValueUpdatedEvent(IEventListener source)
source - The event source| Method Detail |
|---|
public boolean isLocal()
public void setLocal(boolean local)
local - true if local, false otherwisepublic long getQuotaId()
public void setQuotaId(long quotaId)
quotaId - the quota idpublic int getChangeValue()
public void setChangeValue(int changeValue)
changeValue - the change value
|
Copyright ? ObjectPlanet Inc. All Rights Reserved. | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||