|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EndpointEvent.Type | |
---|---|
com.jme3.network.kernel | The kernel package is the heart of the JME networking module and controls the routing and dispatch of message data over different transport implementations. |
Uses of EndpointEvent.Type in com.jme3.network.kernel |
---|
Methods in com.jme3.network.kernel that return EndpointEvent.Type | |
---|---|
EndpointEvent.Type |
EndpointEvent.getType()
|
static EndpointEvent.Type |
EndpointEvent.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EndpointEvent.Type[] |
EndpointEvent.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in com.jme3.network.kernel with parameters of type EndpointEvent.Type | |
---|---|
EndpointEvent(Kernel source,
Endpoint p,
EndpointEvent.Type type)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |