public abstract class WrapperRemoteControlEvent extends WrapperEvent
WARNING - Those events should be handled carefully as they may be originally triggered by unauthenticated sources.
Constructor and Description |
---|
WrapperRemoteControlEvent()
Creates a new WrapperRemoteControlEvent.
|
Modifier and Type | Method and Description |
---|---|
long |
getFlags()
Returns a set of event flags for which the event should be fired.
|
public WrapperRemoteControlEvent()
public long getFlags()
If subclassed, the return value of the super class should usually be ORed with any additional flags.
getFlags
in class WrapperEvent