Uses of Interface
com.jme3.network.ErrorListener
Packages that use ErrorListener
-
Uses of ErrorListener in com.jme3.network
Methods in com.jme3.network with parameters of type ErrorListenerModifier and TypeMethodDescriptionvoidClient.addErrorListener(ErrorListener<? super Client> listener) Adds a listener that will be notified when any connection errors occur.voidClient.removeErrorListener(ErrorListener<? super Client> listener) Removes a previously registered error listener. -
Uses of ErrorListener in com.jme3.network.base
Classes in com.jme3.network.base that implement ErrorListenerMethods in com.jme3.network.base with parameters of type ErrorListenerModifier and TypeMethodDescriptionvoidDefaultClient.addErrorListener(ErrorListener<? super Client> listener) voidDefaultClient.removeErrorListener(ErrorListener<? super Client> listener) Constructors in com.jme3.network.base with parameters of type ErrorListenerModifierConstructorDescriptionConnectorAdapter(Connector connector, MessageProtocol protocol, MessageListener<Object> dispatcher, ErrorListener<Object> errorHandler, boolean reliable)