|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.clackrouter.component.base.ClackComponentEvent
public class ClackComponentEvent
Class representing clack component events, used to pass information to listening entities
ClackComponent.registerListener(ClackComponentListener)
Field Summary | |
---|---|
static int |
EVENT_CONNECTION_CHANGE
A component has either had a connection added or removed |
static int |
EVENT_DATA_CHANGE
A generic change to component internal state |
static int |
EVENT_PACKET_IN
The component received a packet |
static int |
EVENT_PACKET_OUT
The component sent a packet |
int |
mType
|
java.lang.Object |
mValue
|
Constructor Summary | |
---|---|
ClackComponentEvent(int t)
|
|
ClackComponentEvent(int t,
java.lang.Object value)
|
Method Summary | |
---|---|
static int |
getUniqueInt()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static int EVENT_DATA_CHANGE
public static int EVENT_PACKET_IN
public static int EVENT_PACKET_OUT
public static int EVENT_CONNECTION_CHANGE
public int mType
public java.lang.Object mValue
Constructor Detail |
---|
public ClackComponentEvent(int t, java.lang.Object value)
public ClackComponentEvent(int t)
Method Detail |
---|
public static int getUniqueInt()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |