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 void
afterExecute(CommandSession session, java.lang.CharSequence command, java.lang.Exception exception)
void
afterExecute(CommandSession session, java.lang.CharSequence command, java.lang.Object result)
void
beforeExecute(CommandSession session, java.lang.CharSequence command)
-
-
-
Method Detail
-
beforeExecute
public void beforeExecute(CommandSession session, java.lang.CharSequence command)
- Specified by:
beforeExecute
in interfaceCommandSessionListener
-
afterExecute
public void afterExecute(CommandSession session, java.lang.CharSequence command, java.lang.Exception exception)
- Specified by:
afterExecute
in interfaceCommandSessionListener
-
afterExecute
public void afterExecute(CommandSession session, java.lang.CharSequence command, java.lang.Object result)
- Specified by:
afterExecute
in interfaceCommandSessionListener
-
-