Class RecursiveListener

java.lang.Object
org.sexydock.tabs.RecursiveListener

public abstract class RecursiveListener extends Object
A tool that allows you listen to a Component and all of its children. Even when children or added or removed, the listeners will automatically be added/removed as necessary.
Author:
andy.edwards
  • Constructor Details

    • RecursiveListener

      public RecursiveListener()
  • Method Details

    • addExcludedComponent

      public void addExcludedComponent(Component c)
    • removeExcludedComponent

      public void removeExcludedComponent(Component c)
    • installRecursively

      public void installRecursively(Component c)
    • uninstallRecursively

      public void uninstallRecursively(Component c)
    • install

      protected abstract void install(Component c)
    • uninstall

      protected abstract void uninstall(Component c)