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 CommandSessionListener
public void afterExecute(CommandSession session, CharSequence command, Exception exception)
afterExecute
in interface CommandSessionListener
public void afterExecute(CommandSession session, CharSequence command, Object result)
afterExecute
in interface CommandSessionListener
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.