org.siprop.v2.core
Interface Listener

All Known Subinterfaces:
B2BUAManager, Manager, StackManager, TransportManager, UAManager
All Known Implementing Classes:
AbstractManager, B2BUAManagerImpl, StackManagerImpl, TransportManagerImpl, UAManagerImpl

public interface Listener

This interface expresses the call-back point from router.

Author:
nisato

Method Summary
 void onReceive(Context context)
          It is a call-back point method called from a router.
 

Method Detail

onReceive

void onReceive(Context context)
               throws MessageException
It is a call-back point method called from a router.

Parameters:
context -
Throws:
MessageException