public class DefaultMonitor extends Object implements Monitor
| Constructor and Description |
|---|
DefaultMonitor() |
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(Listener listener) |
int |
countListeners() |
void |
deleteListener(Listener listener) |
void |
deleteListeners() |
void |
hintRemaining(int remaining) |
void |
notifyListeners() |
void |
notifyListeners(Object arg) |
public void addListener(Listener listener)
addListener in interface Monitorablepublic void deleteListener(Listener listener)
deleteListener in interface Monitorablepublic void notifyListeners()
notifyListeners in interface Notifiablepublic void notifyListeners(Object arg)
notifyListeners in interface Notifiablepublic void hintRemaining(int remaining)
hintRemaining in interface Notifiablepublic void deleteListeners()
deleteListeners in interface Monitorablepublic int countListeners()
countListeners in interface MonitorableCopyright © 2018 The International Consortium of Investigative Journalists. All rights reserved.