org.apache.felix.gogo.runtime.activator
Class EventAdminListener
java.lang.Object
org.apache.felix.gogo.runtime.activator.EventAdminListener
- All Implemented Interfaces:
- CommandSessionListener
public class EventAdminListener
- extends Object
- implements CommandSessionListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventAdminListener
public EventAdminListener(org.osgi.framework.BundleContext bundleContext)
beforeExecute
public void beforeExecute(CommandSession session,
CharSequence command)
- Specified by:
beforeExecute
in interface CommandSessionListener
afterExecute
public void afterExecute(CommandSession session,
CharSequence command,
Exception exception)
- Specified by:
afterExecute
in interface CommandSessionListener
afterExecute
public void afterExecute(CommandSession session,
CharSequence command,
Object result)
- Specified by:
afterExecute
in interface CommandSessionListener
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.