Klasse SelfAttachingContainerListener

java.lang.Object
org.eclipse.net4j.util.container.SelfAttachingContainerListener
Alle implementierten Schnittstellen:
EventListener, IListener, IListener.NotifierAware
Bekannte direkte Unterklassen:
SelfAttachingContainerListener.Delegating

public class SelfAttachingContainerListener extends Object implements IListener.NotifierAware
Seit:
3.6
Autor:
Eike Stepper
  • Konstruktordetails

    • SelfAttachingContainerListener

      public SelfAttachingContainerListener()
  • Methodendetails

    • addNotifier

      public void addNotifier(INotifier notifier)
      Angegeben von:
      addNotifier in Schnittstelle IListener.NotifierAware
    • removeNotifier

      public void removeNotifier(INotifier notifier)
      Angegeben von:
      removeNotifier in Schnittstelle IListener.NotifierAware
    • attach

      public void attach(Object element)
    • detach

      public void detach(Object element)
    • notifyEvent

      public void notifyEvent(IEvent event)
      Angegeben von:
      notifyEvent in Schnittstelle IListener
    • notifyContainerEvent

      protected void notifyContainerEvent(IContainerEvent<?> event)
    • notifyOtherEvent

      protected void notifyOtherEvent(IEvent event)
    • shouldAttach

      @Deprecated protected boolean shouldAttach(Object element)
      Veraltet.
      As of 3.16 not used anymore.
    • shouldDescend

      protected boolean shouldDescend(Object element)
    • isWaitForActive

      protected boolean isWaitForActive()
    • isActive

      protected boolean isActive(Object element)
    • handleException

      protected void handleException(Exception ex)