Class EventAdminListener

  • All Implemented Interfaces:
    Closeable, AutoCloseable, org.apache.felix.service.command.CommandSessionListener

    public class EventAdminListener
    extends Object
    implements org.apache.felix.service.command.CommandSessionListener, Closeable
    • Constructor Detail

      • EventAdminListener

        public EventAdminListener​(org.osgi.framework.BundleContext bundleContext)
    • Method Detail

      • beforeExecute

        public void beforeExecute​(org.apache.felix.service.command.CommandSession session,
                                  CharSequence command)
        Specified by:
        beforeExecute in interface org.apache.felix.service.command.CommandSessionListener
      • afterExecute

        public void afterExecute​(org.apache.felix.service.command.CommandSession session,
                                 CharSequence command,
                                 Exception exception)
        Specified by:
        afterExecute in interface org.apache.felix.service.command.CommandSessionListener
      • afterExecute

        public void afterExecute​(org.apache.felix.service.command.CommandSession session,
                                 CharSequence command,
                                 Object result)
        Specified by:
        afterExecute in interface org.apache.felix.service.command.CommandSessionListener