public interface JavaGDNotifier
Modifier and Type | Method and Description |
---|---|
void |
addListener(JavaGDListener l)
Add a listener
|
void |
notifyListeners(JavaGDListener... additional)
Tell the notifier to notify the listeners of any cached graphics
|
void |
removeListener(JavaGDListener l)
Remove a listener
|
void addListener(JavaGDListener l)
l
- the listener to addvoid removeListener(JavaGDListener l)
l
- the listener to removevoid notifyListeners(JavaGDListener... additional)
additional
- a varargs list of additional listeners (beyond those
maintained by this notifier) to notify.