com.safi.asterisk.examples
Class EventListenerExample
java.lang.Object
com.safi.asterisk.examples.EventListenerExample
public class EventListenerExample
- extends java.lang.Object
- Author:
- Zac Wolfe
TODO To change the template for this generated type comment go to
Window - Preferences - Java - Code Generation - Code and Comments
Method Summary |
static void |
main(java.lang.String[] args)
|
static void |
shutdown(boolean nice,
boolean safe,
boolean restart)
|
static void |
startAsterisk(java.lang.String opts,
boolean newthread,
boolean startAsterisk)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventListenerExample
public EventListenerExample()
startAsterisk
public static void startAsterisk(java.lang.String opts,
boolean newthread,
boolean startAsterisk)
shutdown
public static void shutdown(boolean nice,
boolean safe,
boolean restart)
main
public static void main(java.lang.String[] args)