public abstract class InteractiveEvent extends Object
InteractiveEvent is the superclass of all classes relating to events sent
from the Interactive service to the GameClient.| Constructor and Description |
|---|
InteractiveEvent() |
| Modifier and Type | Method and Description |
|---|---|
int |
getRequestID()
Returns the identifier for the packet the resulted in this event.
|
void |
setRequestID(int id)
Sets the identifier for the packet the resulted in this event.
|
public int getRequestID()
public void setRequestID(int id)
id - Identifier for the packet the resulted in this eventCopyright © 2018. All rights reserved.