Class EventAdminListener
java.lang.Object
org.apache.felix.gogo.runtime.activator.EventAdminListener
- All Implemented Interfaces:
CommandSessionListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
afterExecute
(CommandSession session, CharSequence command, Exception exception) void
afterExecute
(CommandSession session, CharSequence command, Object result) void
beforeExecute
(CommandSession session, CharSequence command)
-
Constructor Details
-
EventAdminListener
public EventAdminListener(org.osgi.framework.BundleContext bundleContext)
-
-
Method Details
-
beforeExecute
- Specified by:
beforeExecute
in interfaceCommandSessionListener
-
afterExecute
- Specified by:
afterExecute
in interfaceCommandSessionListener
-
afterExecute
- Specified by:
afterExecute
in interfaceCommandSessionListener
-