net.rim.blackberry.api.mail.event
Interface ViewListener
- All Superinterfaces:
- EventListener
- All Known Subinterfaces:
- ViewListenerExtended
public interface ViewListener
- extends EventListener
Listener interface for view events.
Implement this interface and register it with a
Session (using
addViewListener)
to receive notifications when messages are opened or closed in the device's
Message application.
- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 4.0.0
|
Method Summary |
|
void |
close(MessageEvent e)
Called when a message is closed in the message list. |
|
void |
open(MessageEvent e)
Called when a message is opened in the message list. |
open
void open(MessageEvent e)
- Called when a message is opened in the message list.
- Parameters:
e - Event describing the open action.- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 4.0.0
close
void close(MessageEvent e)
- Called when a message is closed in the message list.
- Parameters:
e - Event describing the closed action.- Category:
- Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
- Since:
- BlackBerry API 4.0.0
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal