Uses of Interface
com.logicaldoc.gui.common.client.observer.UserObserver
-
-
Uses of UserObserver in com.logicaldoc.gui.common.client.observer
Methods in com.logicaldoc.gui.common.client.observer with parameters of type UserObserver Modifier and Type Method Description void
UserController. addObserver(UserObserver observer)
void
UserController. removeObserver(UserObserver observer)
-
Uses of UserObserver in com.logicaldoc.gui.frontend.client.dashboard
Classes in com.logicaldoc.gui.frontend.client.dashboard that implement UserObserver Modifier and Type Class Description class
MessagesPanel
This panel shows the list of system messages and allows the selection. -
Uses of UserObserver in com.logicaldoc.gui.frontend.client.dashboard.chat
Classes in com.logicaldoc.gui.frontend.client.dashboard.chat that implement UserObserver Modifier and Type Class Description class
OnlineUsersPanel
Displays the online users -
Uses of UserObserver in com.logicaldoc.gui.frontend.client.panels
Classes in com.logicaldoc.gui.frontend.client.panels that implement UserObserver Modifier and Type Class Description class
StatusBarIcons
Container for a set of clickable icons representing the program state.
-