|
Extension SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The ConnectionListener
interface specifies methods
which are called in response to one of the available connection
events.
ConnectionEvent
Method Summary | |
void |
connectionAdded(ConnectionEvent e)
called when a ConnectionDescriptor has been added to
a ConnectionManager . |
void |
connectionClosed(ConnectionEvent e)
called when a ConnectionWrapper has been closed. |
void |
connectionModified(ConnectionEvent e)
called when a ConnectionDescriptor has been modified. |
void |
connectionOpened(ConnectionEvent e)
called when a ConnectionWrapper has been opened. |
void |
connectionRemoved(ConnectionEvent e)
called when a ConnectionDescriptor has been removed
from a ConnectionManager . |
Method Detail |
public void connectionAdded(ConnectionEvent e)
ConnectionDescriptor
has been added to
a ConnectionManager
.
e
- the ConnectionEvent
ConnectionDescriptor
,
ConnectionEvent
,
ConnectionManager
public void connectionRemoved(ConnectionEvent e)
ConnectionDescriptor
has been removed
from a ConnectionManager
.
e
- the ConnectionEvent
ConnectionDescriptor
,
ConnectionEvent
,
ConnectionManager
public void connectionModified(ConnectionEvent e)
ConnectionDescriptor
has been modified.
e
- the ConnectionEvent
ConnectionDescriptor
,
ConnectionEvent
public void connectionOpened(ConnectionEvent e)
ConnectionWrapper
has been opened.
e
- the ConnectionEvent
ConnectionEvent
,
ConnectionWrapper
public void connectionClosed(ConnectionEvent e)
ConnectionWrapper
has been closed.
e
- the ConnectionEvent
ConnectionEvent
,
ConnectionWrapper
|
Extension SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright ©1997, 2003, Oracle. All rights reserved.