Package nxt.util
Interface Listener<T>
-
public interface Listener<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
notify(T t)
-
-
-
Method Detail
-
notify
void notify(T t)
-
-