:: com :: sun :: star :: mail ::
|
unpublished |
interface XConnectionListener |
|
|
- Base Interfaces
XConnectionListener
┗ ::com::sun::star::lang::XEventListener
::com::sun::star::lang::XEventListener |
- (referenced interface's summary:)
- base interface for all event listeners interfaces.
|
|
- Description
- The listener interface for connection events.
|
Methods' Summary |
connected |
Invoked when the connection to the mail server is established.
|
disconnected |
Invoked when the connection to the mail server is closed.
|
Methods' Details |
connected
- Description
- Invoked when the connection to the mail server is established.
- Parameter aEvent
- [in] specific information regarding this event.
|
|
disconnected
- Description
- Invoked when the connection to the mail server is closed.
- Parameter aEvent
- [in] specific information regarding this event.
|
|
Top of Page
Copyright © 2010 Sun Microsystems, Inc.