Package py4j

Class DefaultGatewayServerListener

  • All Implemented Interfaces:
    GatewayServerListener
    Direct Known Subclasses:
    GatewayServer

    public class DefaultGatewayServerListener
    extends java.lang.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