- Enclosing class:
- ClientBase
public static interface ClientBase.Action
Executes the logic of a client action using a connected channel.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(ClientChannel channel) Executes the logic of a client action using a connected channel.
-
Method Details
-
execute
Executes the logic of a client action using a connected channel.- Parameters:
channel
- the connected client channel.- Throws:
Exception
- if an unexpected error occurs.
-