Class LayoutTrackExpectedState<T extends LayoutTrack>

    • Method Detail

      • setExpectedState

        public void setExpectedState​(java.lang.Integer state)
                              throws java.lang.UnsupportedOperationException
        Description copied from interface: ExpectedState
        Set the expected state.

        If UnsupportedOperationException is not thrown, this must fire a PropertyChangeEvent with the name "expectedState"

        Specified by:
        setExpectedState in interface ExpectedState<T extends LayoutTrack,​java.lang.Integer>
        Parameters:
        state - the new expected state
        Throws:
        java.lang.UnsupportedOperationException - if the implementing class does not allow states to be set