Front controller implementation for remoting events / commands.
For example, if you use the AsWing UI Framework and the
FvRemoteLoginDialog, 2 commands are registred in the
RemotingEventController :
Example
RemotingEventController.getInstance().push( RemotingEventList.AMF_ERROR, FvAMFErrorCommand.getInstance() ); RemotingEventController.getInstance().push( RemotingEventList.SESSION_EXPIRED, FvSessionErrorCommand.getInstance() );
RemotingEventController is just a central place to put your
event / command pair when working with remoting API.
Some basic remoting events are declared in RemotingEventList
Take a look at Pixlib Front Controller API for more informations.