Interface TreeCheckingListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
TreeCheckingSynchronizer

public interface TreeCheckingListener extends EventListener
The listener notified when the checking in a TreeCheckingModel changes.
Author:
Enrico Boldrini
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called whenever the value of the checking changes.
  • Method Details

    • valueChanged

      void valueChanged(TreeCheckingEvent e)
      Called whenever the value of the checking changes.
      Parameters:
      e - the event that characterizes the change.