Interface SelectionListener

  • All Superinterfaces:
    java.util.EventListener
    All Known Implementing Classes:
    UnitSolverDialog

    public interface SelectionListener
    extends java.util.EventListener
    A model for graph selections which can be listened to.
    Version:
    $Id$
    Author:
    Michael Shilman
    • Method Detail

      • selectionChanged

        void selectionChanged​(SelectionEvent e)
        Called when the selection model has changed.