Interface Widget.Dependency

All Known Implementing Classes:
Anchor, VMDNodeAnchor
Enclosing class:
Widget

public static interface Widget.Dependency
The dependency listener which is used for notifying dependent widgets, anchor, ... that the widget (or one of its parent widget) location or bounds are going to or were changed.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when the widget (or one of its parent widget) location or bounds are going to or were changed.
  • Method Details

    • revalidateDependency

      void revalidateDependency()
      Called when the widget (or one of its parent widget) location or bounds are going to or were changed.