Xivgear Types Documentation
    Preparing search index...

    Interface SelectionListener<SelectionType>

    interface SelectionListener<SelectionType> {
        onNewSelection(newSelection: SelectionType): void;
    }

    Type Parameters

    • SelectionType
    Index

    Methods