org.mitre.jsip.event
Interface CallListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
CallEventMulticaster

public interface CallListener
extends java.util.EventListener


Method Summary
 void requestReceived(CallEvent ce)
           
 void responseReceived(CallEvent ce)
           
 

Method Detail

responseReceived

public void responseReceived(CallEvent ce)

requestReceived

public void requestReceived(CallEvent ce)