public class InviteeImportEvent extends AdminEvent
Event.NonVetoable
Modifier and Type | Field and Description |
---|---|
static int |
STATUS_COMPLETED |
static int |
STATUS_ERROR |
static int |
STATUS_STARTED |
Constructor and Description |
---|
InviteeImportEvent(long invitationId,
long importIdentifier,
IEventListener source)
Creates a new event.
|
Modifier and Type | Method and Description |
---|---|
long |
getImportIdentifier() |
long |
getInvitationId() |
int |
getStatus() |
long |
getSurveyId() |
void |
setStatus(int status) |
void |
setSurveyId(long surveyId) |
getLogin, getUserId, setLogin, setUserId
public static final int STATUS_STARTED
public static final int STATUS_ERROR
public static final int STATUS_COMPLETED
public InviteeImportEvent(long invitationId, long importIdentifier, IEventListener source)
source
- The event sourceBuilt on January 16 2019