|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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 |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||