Interface Spreadsheet.SelectionChangeListener

  • All Superinterfaces:
    Serializable
    Enclosing class:
    Spreadsheet

    public static interface Spreadsheet.SelectionChangeListener
    extends Serializable
    Used for knowing when a user has changed the cell selection in any way.
    • Field Detail

      • SELECTION_CHANGE_METHOD

        static final Method SELECTION_CHANGE_METHOD
    • Method Detail

      • onSelectionChange

        void onSelectionChange​(Spreadsheet.SelectionChangeEvent event)
        This is called when user changes cell selection.
        Parameters:
        event - SelectionChangeEvent that happened