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