Interface ClientBase.Action

Enclosing class:
ClientBase

public static interface ClientBase.Action
Executes the logic of a client action using a connected channel.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Executes the logic of a client action using a connected channel.
  • Method Details

    • execute

      void execute(ClientChannel channel) throws Exception
      Executes the logic of a client action using a connected channel.
      Parameters:
      channel - the connected client channel.
      Throws:
      Exception - if an unexpected error occurs.