public class CancelEventController extends Object
| Constructor and Description |
|---|
CancelEventController() |
| Modifier and Type | Method and Description |
|---|---|
void |
cancelEvent()
Cancel a owned event.
|
boolean |
isCancelled(int eventId)
Retrieves if a event is cancelled.
|
public void cancelEvent()
throws IOException
true value if
the user was effectively joined, or false otherwise.IOException - if an error happens on the redirection.public boolean isCancelled(int eventId)
eventId - the id of the event to checkCopyright © 2017. All rights reserved.