Package com.iizigo.java
Interface ISyncStateListener
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Synchronized state listener used to listen to when the auto-building is complete and the properties state is synchronized with resources. This is typically used for Undo/Redo.
- Author:
- Christopher Mindus
Method Summary
Modifier and TypeMethodDescriptionvoid
onSyncStateChanged
(boolean isSynchronized) Called when the sync state changed.