Uses of Class
com.oanda.fxtrade.api.FXEvent

Uses of FXEvent in com.oanda.fxtrade.api
 

Subclasses of FXEvent in com.oanda.fxtrade.api
 class FXAccountEvent
          The FXAccountEvent class is the abstract superclass of all events which will be fired in response to a new transaction done on an account.
 class FXRateEvent
          The FXRateEvent class is the abstract superclass of all events which will be fired in response to a change in current market rates.
 

Methods in com.oanda.fxtrade.api that return types with arguments of type FXEvent
 java.util.Vector<? extends FXEvent> FXEventManager.getEvents()
          Gets the list of events currently registered to this FXEventManager
 

Methods in com.oanda.fxtrade.api with parameters of type FXEvent
 boolean FXEventManager.add(FXEvent e)
          Add an FXEvent to this FXEventManager, to be notified of incoming FXEventInfos
 boolean FXEventManager.remove(FXEvent e)
          Remove an FXEvent from this FXEventManager, denying further notifications
 



Copyright © 2005 OANDA Corporation. All Rights Reserved.