org.mobicents.media.server.mgcp.controller.signal
Class NotifyImmediately

java.lang.Object
  extended by org.mobicents.media.server.mgcp.controller.signal.EventAction
      extended by org.mobicents.media.server.mgcp.controller.signal.NotifyImmediately
Direct Known Subclasses:
InteruptPrompt

public class NotifyImmediately
extends EventAction

Immediately sends notification to the user.

Author:
kulikov

Constructor Summary
NotifyImmediately(String name)
           
 
Method Summary
 void perform(Signal signal, Event event, Text options)
          Executor method.
 
Methods inherited from class org.mobicents.media.server.mgcp.controller.signal.EventAction
getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotifyImmediately

public NotifyImmediately(String name)
Method Detail

perform

public void perform(Signal signal,
                    Event event,
                    Text options)
Description copied from class: EventAction
Executor method.

Specified by:
perform in class EventAction
Parameters:
signal - the signal triggered this action
event - the event triggered this action
options - the event options


Copyright © 2012 TeleStax, Inc.. All Rights Reserved.