Interface ModificationListener


public interface ModificationListener
Interface for listeners on modification events.
Since:
4.2.200
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Notify the listener about a change in modification state of the passed modifiable.
  • Method Details

    • onModification

      void onModification(ModificationAware source)
      Notify the listener about a change in modification state of the passed modifiable.
      Parameters:
      source - The modifiable.
      Since:
      4.2.200