data class Download
Value type that represents a Download. |
|
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. |