Skip navigation links
com.essbase.eas.framework.server.defs
Interface CommandListener
- All Superinterfaces:
- ApplicationPart
- All Known Implementing Classes:
- AbstractCommandListener
-
public interface CommandListener
- extends ApplicationPart
- Since:
- 6.5.3
- Version:
- 6.5.3, 10/01/02
- Author:
- Hank Cox, Painted Word
handleEvent
void handleEvent(CommandEvent commandEvent)
throws ApplicationException
-
- Throws:
ApplicationException
handleEventPrep
boolean handleEventPrep(CommandEvent commandEvent)
throws ApplicationException
-
- Throws:
ApplicationException
handleEventPost
void handleEventPost(CommandEvent commandEvent,
java.lang.Object result)
throws ApplicationException
-
- Throws:
ApplicationException
handleEventException
void handleEventException(CommandEvent commandEvent,
java.lang.Throwable ex)
throws ApplicationException
-
- Throws:
ApplicationException
getCommands
com.essbase.eas.framework.defs.command.CommandDescriptor[] getCommands()
Skip navigation links
Copyright © 2001, 2011, Oracle. All rights reserved.