Uses of Interface
com.logicaldoc.gui.common.client.SessionObserver
-
Packages that use SessionObserver Package Description com.logicaldoc.gui.common.client com.logicaldoc.gui.frontend.client.panels -
-
Uses of SessionObserver in com.logicaldoc.gui.common.client
Methods in com.logicaldoc.gui.common.client with parameters of type SessionObserver Modifier and Type Method Description void
Session. addObserver(SessionObserver observer)
void
Session. removeObserver(SessionObserver observer)
-
Uses of SessionObserver in com.logicaldoc.gui.frontend.client.panels
Classes in com.logicaldoc.gui.frontend.client.panels that implement SessionObserver Modifier and Type Class Description class
MainPanel
This is the main panel that collects all other GUI panels
-