|
IBM Rational Functional Tester Version 8.1.1000 IBM Rational Functional Tester Proxy SDK Reference Project Version 2.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IProxyMonitor
Supports this interface, which is handled by the infestation code. As windows are added and removed, the monitor is called to track the child when windows are activated and deactivated.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |