Package py4j

Class DefaultGatewayServerListener

java.lang.Object
py4j.DefaultGatewayServerListener
All Implemented Interfaces:
GatewayServerListener
Direct Known Subclasses:
GatewayServer

public class DefaultGatewayServerListener extends Object implements GatewayServerListener

This class implements a default GatewayServerListener. All operations do nothing by default. Clients can extend this class to only override the methods they need.

Author:
Barthelemy Dagenais