com.safi.asterisk.examples
Class EventListenerExample

java.lang.Object
  extended by 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

Constructor Summary
EventListenerExample()
           
 
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
 

Constructor Detail

EventListenerExample

public EventListenerExample()
Method Detail

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)