Uses of Class
se.conciliate.extensions.ui.BinderEvent
Packages that use BinderEvent
Package
Description
Provides classes and interfaces used to show a user interface and to hook
in to the current user interface.
-
Uses of BinderEvent in se.conciliate.extensions.ui
Methods in se.conciliate.extensions.ui with parameters of type BinderEventModifier and TypeMethodDescriptionvoid
BinderAdapter.pageClosed
(BinderEvent evt) void
BinderListener.pageClosed
(BinderEvent evt) Called when a page is removed from the binder.void
BinderAdapter.pageOpened
(BinderEvent evt) void
BinderListener.pageOpened
(BinderEvent evt) Called when a new page is opened in the binder.void
BinderAdapter.pageSelected
(BinderEvent evt) void
BinderListener.pageSelected
(BinderEvent evt) Called when an existing page is selected in the binder.