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 theStreetsideRecordclass- See Also:
StreetsideRecord
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrecordChanged()Fired when any command is undone or redone.
-
-
-
Method Detail
-
recordChanged
void recordChanged()
Fired when any command is undone or redone.
-
-