public abstract static class Tracker.Watcher<T> extends java.lang.Object
java.lang.String
type
Watcher(java.lang.String type)
abstract void
onEvent(T event)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public java.lang.String type
public Watcher(java.lang.String type)
public abstract void onEvent(T event)