org.cafesip.jiplet
Class EventDispatcher

java.lang.Object
  extended by org.cafesip.jiplet.EventDispatcher
All Implemented Interfaces:
java.lang.Runnable

public class EventDispatcher
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
EventDispatcher(EventInfo event)
          Constructor for this class for response/timeout/timer/signal
EventDispatcher(javax.sip.RequestEvent revent, java.util.ArrayList criteria)
          A constructor for this class for the request event
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventDispatcher

public EventDispatcher(EventInfo event)
Constructor for this class for response/timeout/timer/signal

Parameters:
event -

EventDispatcher

public EventDispatcher(javax.sip.RequestEvent revent,
                       java.util.ArrayList criteria)
A constructor for this class for the request event

Parameters:
revent - The request event
criteria - The selection criteria
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable


http://www.cafesip.org