ServerTransactionListenerpublic interface ServerTransactionListener An IMPS transaction is a basic communication mechanism between an IMPS client
and an IMPS server. It may originate from either IMPS client or IMPS server. |
Methods Summary |
---|
public void | notifyServerTransaction(ServerTransaction transaction)Called when a new transaction originated from the IMPS server received.
|
|