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