|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CommandListener
This interface is used by applications which need to receive high-level events from the implementation. An application will provide an implementation of a Listener (typically by using a nested class or an inner class) and will then provide an instance of it on a Screen in order to receive high-level events on that screen.
The specification does not require the platform to create several threads for the event delivery. Thus, if a Listener method does not return or the return is not delayed, the system may be blocked. So, there is the following note to application developers:
Displayable.setCommandListener(javax.microedition.lcdui.CommandListener)
Method Summary | ||
---|---|---|
void |
commandAction(Command c,
Displayable d)
Indicates that a command event has occurred on Displayable d. |
Method Detail |
---|
void commandAction(Command c, Displayable d)
Note for application developer: the method should return immediately.
c
- a Command object identifying the command. This is either one of the
applications have been added to Displayable with addCommand(Command)
or is the implicit SELECT_COMMAND
of
List.d
- the Displayable on which this event has occurred
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 1999-2010 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Copyright 1993-2003 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved.
Copyright 2002-2003 Nokia Corporation All Rights Reserved.
Java is a trademark of Sun Microsystems, Inc.