public interface TabDebugEventListener
Modifier and Type | Method and Description |
---|---|
void |
closed()
Reports a closing event on the target tab.
|
DebugEventListener |
getDebugEventListener()
Every
TabDebugEventListener should aggregate
DebugEventListener . |
void |
navigated(java.lang.String newUrl)
Reports a navigation event on the target tab.
|
DebugEventListener getDebugEventListener()
TabDebugEventListener
should aggregate
DebugEventListener
.void navigated(java.lang.String newUrl)
newUrl
- the new URL of the debugged tabvoid closed()
DebugEventListener.disconnected()
.
TODO: consider adding close reason here.Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.