com.lmax.api.position
Interface PositionEventListener


public interface PositionEventListener

Asynchronous listener for Position updates.


Method Summary
 void notify(PositionEvent positionEvent)
          Called when the system notifies us of a position change.
 

Method Detail

notify

void notify(PositionEvent positionEvent)
Called when the system notifies us of a position change.

Parameters:
positionEvent - the event.