amip.api.examples.highlevel
Class EventWatcher

java.lang.Object
  extended by amip.api.examples.highlevel.EventWatcher

public class EventWatcher
extends java.lang.Object

EventWatcher shows how to register listeners for the events you are interested in and handle the received events.


Constructor Summary
EventWatcher()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventWatcher

public EventWatcher()
Method Detail

main

public static void main(java.lang.String[] args)