public class QuotaValueUpdatedEvent extends SurveyEvent
Event.NonVetoable| Constructor and Description |
|---|
QuotaValueUpdatedEvent(IEventListener source)
Creates a new event.
|
| Modifier and Type | Method and Description |
|---|---|
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
|
getSurveyId, setSurveyIdpublic QuotaValueUpdatedEvent(IEventListener source)
source - The event sourcepublic 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 valueBuilt on July 29 2025