Uses of Interface
com.jme3.network.ConnectionListener
Packages that use ConnectionListener
Package
Description
-
Uses of ConnectionListener in com.jme3.network
Methods in com.jme3.network with parameters of type ConnectionListenerModifier and TypeMethodDescriptionvoidServer.addConnectionListener(ConnectionListener listener) Adds a listener that will be notified when new hosted connections arrive.voidServer.removeConnectionListener(ConnectionListener listener) Removes a previously registered connection listener. -
Uses of ConnectionListener in com.jme3.network.base
Methods in com.jme3.network.base with parameters of type ConnectionListenerModifier and TypeMethodDescriptionvoidDefaultServer.addConnectionListener(ConnectionListener listener) voidDefaultServer.removeConnectionListener(ConnectionListener listener) -
Uses of ConnectionListener in com.jme3.network.rmi
Classes in com.jme3.network.rmi that implement ConnectionListener -
Uses of ConnectionListener in com.jme3.network.service
Subinterfaces of ConnectionListener in com.jme3.network.serviceModifier and TypeInterfaceDescriptioninterfaceInterface implemented by Server-side services that augment a network Server's functionality.Classes in com.jme3.network.service that implement ConnectionListenerModifier and TypeClassDescriptionclassConvenient base class for HostedServices providing some default HostedService interface implementations as well as a few convenience methods such as getServiceManager() and getService(type).classConvenient base class for HostedServices providing some default HostedService interface implementations as well as a few convenience methods such as getServiceManager() and getService(type).protected class -
Uses of ConnectionListener in com.jme3.network.service.rmi
Classes in com.jme3.network.service.rmi that implement ConnectionListenerModifier and TypeClassDescriptionclassA service that can be added to the host to support a simple shared objects protocol. -
Uses of ConnectionListener in com.jme3.network.service.rpc
Classes in com.jme3.network.service.rpc that implement ConnectionListenerModifier and TypeClassDescriptionclassRPC service that can be added to a network Server to add RPC send/receive capabilities. -
Uses of ConnectionListener in com.jme3.network.service.serializer
Classes in com.jme3.network.service.serializer that implement ConnectionListener