Package se.datadosen.util
Interface BinderListener
- All Known Implementing Classes:
JImageEffectsPanel
public interface BinderListener
- Since:
- v12
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called just after model state is passed to user interfacevoid
Called just before user interface state is passed to model
-
Method Details
-
writeModel
void writeModel()Called just before user interface state is passed to model -
modelRead
void modelRead()Called just after model state is passed to user interface
-