|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The listener interface for receiving data service resource
events. A DataResourceAccessor
should implement this
interface if it is interested in processing data service resource
events. An implementation should be thread-safe because a single
DataResourceAccessor
object may receive events from
multiple sources concurrently.
Method Summary | |
void |
sessionCreated(ResourceEvent event)
Invoked when a new session is created that is associated with this data resource accessor. |
void |
sessionTerminated(ResourceEvent event)
Invoked when a session that is associated with this data resource accessor has been terminated. |
Method Detail |
public void sessionCreated(ResourceEvent event)
event
- describes the details of the event.public void sessionTerminated(ResourceEvent event)
event
- describes the details of the event.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |