Package tigase.muc

Class Activator

  • All Implemented Interfaces:
    EventListener, org.osgi.framework.BundleActivator, org.osgi.framework.ServiceListener

    public class Activator
    extends Object
    implements org.osgi.framework.BundleActivator, org.osgi.framework.ServiceListener
    • Constructor Detail

      • Activator

        public Activator()
    • Method Detail

      • serviceChanged

        public void serviceChanged​(org.osgi.framework.ServiceEvent event)
        Specified by:
        serviceChanged in interface org.osgi.framework.ServiceListener
      • start

        public void start​(org.osgi.framework.BundleContext bc)
                   throws Exception
        Specified by:
        start in interface org.osgi.framework.BundleActivator
        Throws:
        Exception
      • stop

        public void stop​(org.osgi.framework.BundleContext bc)
                  throws Exception
        Specified by:
        stop in interface org.osgi.framework.BundleActivator
        Throws:
        Exception