Uses of Interface
org.apache.wicket.session.ISessionStore.BindListener
-
Packages that use ISessionStore.BindListener Package Description org.apache.wicket.mock org.apache.wicket.session -
-
Uses of ISessionStore.BindListener in org.apache.wicket.mock
Methods in org.apache.wicket.mock that return types with arguments of type ISessionStore.BindListener Modifier and Type Method Description java.util.Set<ISessionStore.BindListener>MockSessionStore. getBindListeners()Methods in org.apache.wicket.mock with parameters of type ISessionStore.BindListener Modifier and Type Method Description voidMockSessionStore. registerBindListener(ISessionStore.BindListener listener)voidMockSessionStore. unregisterBindListener(ISessionStore.BindListener listener) -
Uses of ISessionStore.BindListener in org.apache.wicket.session
Methods in org.apache.wicket.session that return types with arguments of type ISessionStore.BindListener Modifier and Type Method Description java.util.Set<ISessionStore.BindListener>HttpSessionStore. getBindListeners()java.util.Set<ISessionStore.BindListener>ISessionStore. getBindListeners()Methods in org.apache.wicket.session with parameters of type ISessionStore.BindListener Modifier and Type Method Description voidHttpSessionStore. registerBindListener(ISessionStore.BindListener listener)Registers listener invoked when session is bound.voidISessionStore. registerBindListener(ISessionStore.BindListener listener)Registers listener invoked when session is bound.voidHttpSessionStore. unregisterBindListener(ISessionStore.BindListener listener)Unregisters listener invoked when session is bound.voidISessionStore. unregisterBindListener(ISessionStore.BindListener listener)Unregisters listener invoked when session is bound.
-