public class BackendServices
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
addLoginListener(LoginListener loginListener)
Subscribe to login events.
|
static DAO<BackendObject,BackendObject> |
local() |
static ObjectManager.RemoteStorage |
remote() |
public static ObjectManager.RemoteStorage remote()
public static DAO<BackendObject,BackendObject> local()
public static void addLoginListener(LoginListener loginListener)
loginListener
-