com.opera.core.systems
Class UmsEventHandler
java.lang.Object
com.opera.core.systems.scope.handlers.AbstractEventHandler
com.opera.core.systems.EventHandler
com.opera.core.systems.UmsEventHandler
public class UmsEventHandler
- extends EventHandler
Provided support for an alternate protocol. To be removed.
- Author:
- Deniz Turkoglu
| Methods inherited from class com.opera.core.systems.EventHandler |
onActiveWindow, onDesktopWindowActivated, onDesktopWindowClosed, onDesktopWindowLoaded, onDesktopWindowShown, onDesktopWindowUpdated, onHttpResponse, onOperaIdle, onQuickMenuClosed, onQuickMenuItemPressed, onQuickMenuShown, onReadyStateChange, onRequest, onRuntimeStopped, onSelftestDone, onSelftestOutput, onWindowClosed, onWindowLoaded |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UmsEventHandler
public UmsEventHandler(ScopeServices services)
onRuntimeStarted
public void onRuntimeStarted(EsdbgProtos.RuntimeInfo info)
- Description copied from class:
AbstractEventHandler
- Fired when a new runtime started is received Runtime-started is needed for tracking ecmascript
injections
- Overrides:
onRuntimeStarted in class EventHandler
onUpdatedWindow
public void onUpdatedWindow(WmProtos.WindowInfo info)
- Description copied from class:
AbstractEventHandler
- Fired when a new window is created or window has incoming changes (such as title change)
- Overrides:
onUpdatedWindow in class EventHandler
onMessage
public void onMessage(ConsoleLoggerProtos.ConsoleMessage message)
- Description copied from class:
AbstractEventHandler
- Fired on new console messages
- Overrides:
onMessage in class EventHandler
Copyright © 2011. All Rights Reserved.