data class Download
Value type that represents a Download. |
|
abstract class SelectionAwareSessionObserver : Observer, Observer
This class is a combination of Session.Observer and SessionManager.Observer. It provides functionality to observe changes to a specified or selected session, and can automatically take care of switching over the observer in case a different session gets selected (see observeFixed and observeSelected). |
|
class Session : Observable<Observer>
Value type that represents the state of a browser session. Changes can be observed. |
|
class SessionManager : Observable<Observer>
This class provides access to a centralized registry of all active sessions. |