|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.media.server.mgcp.controller.signal.EventAction
public abstract class EventAction
Action associated with event.
| 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 |
|---|
public EventAction(String name)
name - the name of this action.| Method Detail |
|---|
public Text getName()
public abstract void perform(Signal signal,
Event event,
Text options)
signal - the signal triggered this actionevent - the event triggered this actionoptions - the event options
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||