|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EventHandler
Event handler for Scope events and network exceptions.
| Method Summary | |
|---|---|
void |
onActiveWindow(Integer id)
Fired when a window becomes active (steals focus). |
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 |
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 |
onMessage(ConsoleLoggerProtos.ConsoleMessage message)
Fired on new console messages. |
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 |
onSelftestOutput(SelftestProtos.SelftestOutput output)
Fired when receiving the output of a selftest. |
void |
onUpdatedWindow(WmProtos.WindowInfo window)
Fired when a new window is created or window has incoming changes (such as title change). |
void |
onWindowClosed(Integer id)
Fired when a window instance is closed. |
void |
onWindowLoaded(int windowId)
Fired when a window load is complete. |
| Method Detail |
|---|
void onRuntimeStarted(EsdbgProtos.RuntimeInfo started)
started - information on the runtime that was startedvoid onRuntimeStopped(Integer id)
id - ID of the runtime is stoppedvoid onMessage(ConsoleLoggerProtos.ConsoleMessage message)
message - the incoming messagevoid onUpdatedWindow(WmProtos.WindowInfo window)
window - information about the windowvoid onActiveWindow(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 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 onSelftestOutput(SelftestProtos.SelftestOutput output)
output - 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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||