public interface EventHandler
| Modifier and Type | Method and Description |
|---|---|
void |
onConsoleMessage(ConsoleLoggerProtos.ConsoleMessage message)
Fired on new console messages.
|
void |
onDesktopWindowActivated(DesktopWmProtos.DesktopWindowInfo window)
Fired when a window becomes active (steals focus).
|
void |
onDesktopWindowClosed(DesktopWmProtos.DesktopWindowInfo window)
Fired when a window instance is closed.
|
void |
onDesktopWindowLoaded(DesktopWmProtos.DesktopWindowInfo window)
Fired when loading Finished event.
|
void |
onDesktopWindowPageChanged(DesktopWmProtos.DesktopWindowInfo window) |
void |
onDesktopWindowShown(DesktopWmProtos.DesktopWindowInfo window)
Fired when a desktop window is shown at the last possible moment so the window should be fully
visible.
|
void |
onDesktopWindowUpdated(DesktopWmProtos.DesktopWindowInfo window)
Fired when a new window is created or window has incoming changes (such as title change).
|
void |
onHttpResponse(int responseCode)
Fired when an HTTP response code is received.
|
void |
onOperaIdle()
Fired when Opera is idle.
|
void |
onQuickMenuClosed(DesktopWmProtos.QuickMenuID menuId)
Fired when menu closed.
|
void |
onQuickMenuItemPressed(DesktopWmProtos.QuickMenuItemID menuItemID)
Fired when menu item is pressed.
|
void |
onQuickMenuShown(DesktopWmProtos.QuickMenuInfo menuInfoShown)
Fired when menu shown.
|
void |
onReadyStateChange(EcmascriptProtos.ReadyStateChange change)
Fired when the ready state of a document is communicated.
|
void |
onRequest(int windowId) |
void |
onRuntimeStarted(EsdbgProtos.RuntimeInfo started)
Fired when a new runtime started is received Runtime-started is needed for tracking EcmaScript
injections.
|
void |
onRuntimeStopped(Integer id)
Fired when a runtime is stopped and no longer injectable.
|
void |
onSelftestDone()
Fired when all selftests are done.
|
void |
onSelftestResult(SelftestProtos.SelftestResult result)
Fired when receiving the output of a selftest.
|
void |
onWindowActivated(Integer id)
Fired when a window becomes active (steals focus).
|
void |
onWindowClosed(Integer id)
Fired when a window instance is closed.
|
void |
onWindowLoaded(int windowId)
Fired when a window load is complete.
|
void |
onWindowUpdated(WmProtos.WindowInfo window)
Fired when a new window is created or window has incoming changes (such as title change).
|
void onRuntimeStarted(EsdbgProtos.RuntimeInfo started)
started - information on the runtime that was startedvoid onRuntimeStopped(Integer id)
id - ID of the runtime is stoppedvoid onConsoleMessage(ConsoleLoggerProtos.ConsoleMessage message)
message - the incoming messagevoid onWindowUpdated(WmProtos.WindowInfo window)
window - information about the windowvoid onWindowActivated(Integer id)
id - ID of the window that becomes activevoid onWindowClosed(Integer id)
id - ID of the closed windowvoid onWindowLoaded(int windowId)
windowId - ID of the window that is loadedvoid onDesktopWindowShown(DesktopWmProtos.DesktopWindowInfo window)
window - information about the windowvoid onOperaIdle()
void onDesktopWindowUpdated(DesktopWmProtos.DesktopWindowInfo window)
window - information about the window that is updatedvoid onDesktopWindowActivated(DesktopWmProtos.DesktopWindowInfo window)
window - information about the window that is activatedvoid onDesktopWindowClosed(DesktopWmProtos.DesktopWindowInfo window)
window - information about the window that is closedvoid onDesktopWindowLoaded(DesktopWmProtos.DesktopWindowInfo window)
window - information about the window that is loadedvoid onDesktopWindowPageChanged(DesktopWmProtos.DesktopWindowInfo window)
void onQuickMenuShown(DesktopWmProtos.QuickMenuInfo menuInfoShown)
menuInfoShown - menu information of the recently appeared menuvoid onQuickMenuClosed(DesktopWmProtos.QuickMenuID menuId)
menuId - ID of the recently closed menuvoid onQuickMenuItemPressed(DesktopWmProtos.QuickMenuItemID menuItemID)
menuItemID - ID of the menu item that was pressedvoid onSelftestResult(SelftestProtos.SelftestResult result)
result - the output of the selftestvoid onSelftestDone()
void onHttpResponse(int responseCode)
responseCode - the response codevoid onReadyStateChange(EcmascriptProtos.ReadyStateChange change)
change - the ready state changevoid onRequest(int windowId)
Copyright © 2012. All Rights Reserved.