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

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

public abstract class EventAction
extends Object

Action associated with event.

Author:
kulikov

Constructor Summary
EventAction(String name)
          Creates new instance of this action.
 
Method Summary
 Text getName()
          Gets the name of this action.
abstract  void perform(Signal signal, Event event, Text options)
          Executor method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventAction

public EventAction(String name)
Creates new instance of this action.

Parameters:
name - the name of this action.
Method Detail

getName

public Text getName()
Gets the name of this action.

Returns:
name of this action.

perform

public abstract void perform(Signal signal,
                             Event event,
                             Text options)
Executor method.

Parameters:
signal - the signal triggered this action
event - the event triggered this action
options - the event options


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