Interface OnComponent
Deprecated.
Used with
ComponentTraverser as anonymous-inner-class.-
Method Summary
Modifier and TypeMethodDescriptiondefault voidDeprecated.Called when theComponentTraverserenters a Componentdefault voidDeprecated.Called when theComponentTraverserleaves a Component
-
Method Details
-
enter
Deprecated.Called when theComponentTraverserenters a Component- Parameters:
c- The current component.
-
leave
Deprecated.Called when theComponentTraverserleaves a Component- Parameters:
c- The current component.
-