|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TickerUpdateEvents
These are events which can be fired by the Ticker Subscriber
Method Summary | |
---|---|
void |
tickerStopped(TickerSubscriber subscriber)
The ticker listener has stopped. |
void |
tickerUpdated(TickerSubscriber subscriber,
javax.jms.Message message)
A ticker symbol has been updated. |
Methods inherited from interface com.ibm.websphere.asynchbeans.EventSourceEvents |
---|
listenerCountChanged, listenerExceptionThrown, unexpectedException |
Method Detail |
---|
void tickerUpdated(TickerSubscriber subscriber, javax.jms.Message message)
subscriber
- the information about the ticker.message
- the received messagevoid tickerStopped(TickerSubscriber subscriber)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |