public interface StateEvent extends Comparable
| Modifier and Type | Method and Description |
|---|---|
<E> E |
encodeType(Class<E> enumType)
This method should be adapted by any subclass
to return the type corresponding to the actual event.
|
Object |
getData()
Return information object of this StateEvent
|
Enum |
getType()
Return type of this StateEvent
|
void |
setData(Object data)
Set information object to this StateEvent
|
compareTo<E> E encodeType(Class<E> enumType)
Enum getType()
void setData(Object data)
data - information objectObject getData()
Copyright © 2016. All Rights Reserved.