public class EventAdminListener extends Object implements CommandSessionListener
| Constructor and Description |
|---|
EventAdminListener(org.osgi.framework.BundleContext bundleContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterExecute(CommandSession session,
CharSequence command,
Exception exception) |
void |
afterExecute(CommandSession session,
CharSequence command,
Object result) |
void |
beforeExecute(CommandSession session,
CharSequence command) |
public EventAdminListener(org.osgi.framework.BundleContext bundleContext)
public void beforeExecute(CommandSession session, CharSequence command)
beforeExecute in interface CommandSessionListenerpublic void afterExecute(CommandSession session, CharSequence command, Exception exception)
afterExecute in interface CommandSessionListenerpublic void afterExecute(CommandSession session, CharSequence command, Object result)
afterExecute in interface CommandSessionListenerCopyright © 2006–2022 The Apache Software Foundation. All rights reserved.