|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AssociationListener<T>
The AssociationListener interface specifies the semantics of a client that
when registered to an AssociationManagement instance will receive
notifications of Associations being discovered, changed and broken.
| Method Summary | |
|---|---|
void |
broken(Association<T> association,
T service)
Notify the AssociationListener that an Association is broken. |
void |
changed(Association<T> association,
T service)
Notify the AssociationListener that a service endpoint has changed |
void |
discovered(Association<T> association,
T service)
Notify the AssociationListener that an Association has been discovered |
| Method Detail |
|---|
void discovered(Association<T> association,
T service)
association - The Associationservice - The associated service that has been discovered
void changed(Association<T> association,
T service)
association - The Associationservice - The service that was removed, changing the endpoint
void broken(Association<T> association,
T service)
association - The Association.service - The service that was removed, causing the Association to
be broken
|
Copyright © Rio Project. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||