public interface AssociationServiceListener<T>
Association
instance will receive
notifications of services being added or removed to that Association
.Modifier and Type | Method and Description |
---|---|
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
|
void serviceAdded(T service)
service
- The added servicevoid serviceRemoved(T service)
service
- The service that has been removed.Copyright © 2007–2018 Rio Project. All rights reserved.