Uses of Interface
se.conciliate.extensions.ui.BinderListener
Packages that use BinderListener
Package
Description
Provides classes and interfaces used to show a user interface and to hook
in to the current user interface.
-
Uses of BinderListener in se.conciliate.extensions.ui
Classes in se.conciliate.extensions.ui that implement BinderListenerMethods in se.conciliate.extensions.ui with parameters of type BinderListenerModifier and TypeMethodDescriptionvoid
Binder.addBinderListener
(BinderListener l) Adds a new listener for changes to the binder.void
Binder.removeBinderListener
(BinderListener l) Removes a listener for changes to the binder.