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