|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
com.essbase.eas.framework.defs.command.CommandResultAdapter
public class CommandResultAdapter
An abstract adapter class for receiving command result events. The methods in this class are empty. The class exists as a convenience for creating listener objects.
| Constructor Summary | |
|---|---|
CommandResultAdapter()creates a command result adapter with the default values. |
|
| Method Summary | |
|---|---|
java.lang.Class[] |
getCommandStatusClasses()Retrieves the types of command status objects this listener is interested in. |
void |
statusReturned(CommandResultEvent e)Invoked when a CommandStatus object of the type indicated by this listener is returned as the result of a command. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CommandResultAdapter()
| Method Detail |
|---|
public void statusReturned(CommandResultEvent e)
CommandResultListenerCommandStatus object of the type indicated by this listener is returned as the result of a command.statusReturned in interface CommandResultListenere - a CommandResultEvent describing the circumstances that caused the method to be invoked.public java.lang.Class[] getCommandStatusClasses()
CommandResultListenergetCommandStatusClasses in interface CommandResultListenerCommandStatus class.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||