Rio Project 4.2 API Documentation



org.rioproject.associations
Interface AssociationServiceListener<T>


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.

Author:
Dennis Reedy

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

serviceAdded

void serviceAdded(T service)
A service instance has been added to the Association

Parameters:
service - The added service

serviceRemoved

void serviceRemoved(T service)
A service instance has been removed from the Association

Parameters:
service - The service that has been removed.

Copyright © Rio Project.

Copyright © 2006-2011 Rio Project. All Rights Reserved.