Class EventListenerList


  • public class EventListenerList
    extends Object
    Author:
    Lyubomir Marinov
    • Constructor Detail

      • EventListenerList

        public EventListenerList()
    • Method Detail

      • add

        public <T extends EventListener> boolean add​(org.osgi.framework.Bundle bundle,
                                                     Class<T> clazz,
                                                     T listener,
                                                     org.osgi.framework.Filter filter)
      • remove

        public <T extends EventListener> boolean remove​(org.osgi.framework.Bundle bundle,
                                                        Class<T> clazz,
                                                        T listener)
      • removeAll

        public boolean removeAll​(org.osgi.framework.Bundle bundle)