|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AssociationServiceListener<T>
The AssociationServiceListener interface specifies the semantics of a client
that when registered to an Association instance will receive
notifications of services being added or removed to that Association.
| Method Summary | |
|---|---|
void |
serviceAdded(T service)
A service instance has been added to the Association |
void |
serviceRemoved(T service)
A service instance has been removed from the Association |
| Method Detail |
|---|
void serviceAdded(T service)
service - The added servicevoid serviceRemoved(T service)
service - The service that has been removed.
|
Copyright © Rio Project. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||