Interface BinderListener

All Known Implementing Classes:
JImageEffectsPanel

public interface BinderListener
Since:
v12
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called just after model state is passed to user interface
    void
    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