public interface IProxyMonitor
| Modifier and Type | Method and Description |
|---|---|
void |
addWindow(java.lang.Object window)
Called when a window is activated.
|
void |
removeWindow(java.lang.Object window)
Called when a window is deactivated.
|
void |
start()
Called before the first call to
addWindow(). |
void |
terminate()
Called when the monitor needs to clean up.
|
void start()
addWindow().void terminate()
void addWindow(java.lang.Object window)
window - The window being activated.void removeWindow(java.lang.Object window)
window - The window being deactivated.