|
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 ConnectionEventConnectionDescriptor,
ConnectionEvent,
ConnectionManagerpublic void connectionRemoved(ConnectionEvent e)
ConnectionDescriptor has been removed
from a ConnectionManager.
e - the ConnectionEventConnectionDescriptor,
ConnectionEvent,
ConnectionManagerpublic void connectionModified(ConnectionEvent e)
ConnectionDescriptor has been modified.
e - the ConnectionEventConnectionDescriptor,
ConnectionEventpublic void connectionOpened(ConnectionEvent e)
ConnectionWrapper has been opened.
e - the ConnectionEventConnectionEvent,
ConnectionWrapperpublic void connectionClosed(ConnectionEvent e)
ConnectionWrapper has been closed.
e - the ConnectionEventConnectionEvent,
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.