Interface ClientCommandRegistrationCallback


public interface ClientCommandRegistrationCallback
Callback for when client commands are registered to the dispatcher.

To register some commands, you would register an event listener and implement the callback.

See ClientCommandManager for more details and an example.