Package docking

Interface DockingActionInputBindingListener


public interface DockingActionInputBindingListener
A simple listener interface to notify clients of changes to key strokes and mouse bindings.
  • Method Details

    • keyStrokeChanged

      void keyStrokeChanged(KeyStroke ks)
      Called when the key stroke is changed.
      Parameters:
      ks - the key stroke.
    • mouseBindingChanged

      void mouseBindingChanged(MouseBinding mb)
      Called when the mouse binding is changed.
      Parameters:
      mb - the mouse binding.