Package docking
Interface DockingActionInputBindingListener
public interface DockingActionInputBindingListener
A simple listener interface to notify clients of changes to key strokes and mouse bindings.
-
Method Summary
Modifier and TypeMethodDescriptionvoidCalled when the key stroke is changed.voidCalled when the mouse binding is changed.
-
Method Details
-
keyStrokeChanged
Called when the key stroke is changed.- Parameters:
ks- the key stroke.
-
mouseBindingChanged
Called when the mouse binding is changed.- Parameters:
mb- the mouse binding.
-