Interface StreetsideRecordListener

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface StreetsideRecordListener
    Interface for the listener of the StreetsideRecord class
    See Also:
    StreetsideRecord
    • Method Detail

      • recordChanged

        void recordChanged()
        Fired when any command is undone or redone.