com.lmax.api.account
Interface AccountStateEventListener


public interface AccountStateEventListener

Asynchronous listener for AccountStateEvents.


Method Summary
 void notify(AccountStateEvent accountStateEvent)
          Called when the system notifies us of an account state change.
 

Method Detail

notify

void notify(AccountStateEvent accountStateEvent)
Called when the system notifies us of an account state change.

Parameters:
accountStateEvent - the event.