Default ClientEventHandler implementation.
This implementation will try to provide a default ClientEventHandler
implementation. If a ClientCommandHandler is known to have been set then
this implementation will look for ClientEventHandler methods in that
implementation and pass the corresponding call to that method.
This was done to provide backward compatibility with v1.4.5 and prior version
of ClientCommandHandler.
author: Akshathkumar Shetty since: 1.4.6 |