UM Java API
6.16.1
|
Public Member Functions | |
int | sourceNotification (String topic, String source, Object cbArg) |
Interface used for new source topic notification
int com.latencybusters.lbm.LBMSourceNotification.sourceNotification | ( | String | topic, |
String | source, | ||
Object | cbArg | ||
) |
Callback function called when a new source topic is detected. This callback is called directly in line and does not use an event queue; therefore, it should not block which would impact processing on the context processing thread.
topic | New topic string |
source | String identifying the source for the new topic |
cbArg | Callback object token |
Referenced by com.latencybusters.lbm.LBMContext.sourceNotification().