Uses of Interface
com.nnamo.interfaces.LogoutBehaviour
Packages that use LogoutBehaviour
-
Uses of LogoutBehaviour in com.nnamo.view.custompanels
Methods in com.nnamo.view.custompanels with parameters of type LogoutBehaviourModifier and TypeMethodDescriptionvoid
LeftPanel.setLogoutBehaviour
(LogoutBehaviour behaviour) Sets the logout behaviour for the settings panel.void
SettingsPanel.CustomLogout.setLogoutBehaviour
(LogoutBehaviour behaviour) Sets theLogoutBehaviour
to be executed when the logout button is clicked.void
SettingsPanel.setLogoutBehaviour
(LogoutBehaviour behaviour) Sets the behavior to execute when the logout action is triggered. -
Uses of LogoutBehaviour in com.nnamo.view.frame
Methods in com.nnamo.view.frame with parameters of type LogoutBehaviourModifier and TypeMethodDescriptionvoid
MainFrame.setLogoutBehaviour
(LogoutBehaviour behaviour) Sets the logout behavior in the left panel.