Uses of Interface
py4j.GatewayServerListener
Packages that use GatewayServerListener
-
Uses of GatewayServerListener in py4j
Classes in py4j that implement GatewayServerListenerModifier and TypeClassDescriptionclass
This class implements a defaultGatewayServerListener
.class
This class enables Python programs to access a Java program.class
This class extends GatewayServer by implementing a new threading model: a thread always use the same connection to the other side so callbacks are executed in the calling thread.class
Subclass of CallbackClient that implements the new threading model, ensuring that each thread uses its own connection.Fields in py4j with type parameters of type GatewayServerListenerModifier and TypeFieldDescriptionprotected final List<GatewayServerListener>
GatewayConnection.listeners
Methods in py4j that return types with arguments of type GatewayServerListenerMethods in py4j with parameters of type GatewayServerListenerModifier and TypeMethodDescriptionvoid
GatewayServer.addListener
(GatewayServerListener listener) void
Py4JJavaServer.addListener
(GatewayServerListener listener) void
GatewayServer.removeListener
(GatewayServerListener listener) void
Py4JJavaServer.removeListener
(GatewayServerListener listener)