Interface OnComponent


@Deprecated public interface OnComponent
Deprecated.
Used with ComponentTraverser as anonymous-inner-class.
  • Method Details

    • enter

      default void enter(Component c)
      Deprecated.
      Called when the ComponentTraverser enters a Component
      Parameters:
      c - The current component.
    • leave

      default void leave(Component c)
      Deprecated.
      Called when the ComponentTraverser leaves a Component
      Parameters:
      c - The current component.