org.apache.felix.gogo.runtime.activator
Class EventAdminListener

java.lang.Object
  extended by org.apache.felix.gogo.runtime.activator.EventAdminListener
All Implemented Interfaces:
CommandSessionListener

public class EventAdminListener
extends java.lang.Object
implements CommandSessionListener


Constructor Summary
EventAdminListener(org.osgi.framework.BundleContext bundleContext)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventAdminListener

public EventAdminListener(org.osgi.framework.BundleContext bundleContext)
Method Detail

beforeExecute

public void beforeExecute(CommandSession session,
                          java.lang.CharSequence command)
Specified by:
beforeExecute in interface CommandSessionListener

afterExecute

public void afterExecute(CommandSession session,
                         java.lang.CharSequence command,
                         java.lang.Exception exception)
Specified by:
afterExecute in interface CommandSessionListener

afterExecute

public void afterExecute(CommandSession session,
                         java.lang.CharSequence command,
                         java.lang.Object result)
Specified by:
afterExecute in interface CommandSessionListener


Copyright © 2011. All Rights Reserved.