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 voidSession. addObserver(SessionObserver observer)voidSession. 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 classMainPanelThis is the main panel that collects all other GUI panels
-