org.universAAL.middleware.connectors
Interface ServiceListener

Package class diagram package ServiceListener
All Known Implementing Classes:
AALSpaceModuleImpl

public interface ServiceListener

Implementation of this interface manages new or lost AALSpaces

Author:
Michele Girolami, Francesco Furfari

Method Summary
 void aalSpaceLost(AALSpaceCard spaceCard)
          Called when an AALSpace has been destroyed
 void newAALSpacesFound(Set<AALSpaceCard> spaceCards)
          Called when a new AALSpace has been found
 

Method Detail

newAALSpacesFound

void newAALSpacesFound(Set<AALSpaceCard> spaceCards)
Called when a new AALSpace has been found

Parameters:
spaceCard - Information about the AALSpace

aalSpaceLost

void aalSpaceLost(AALSpaceCard spaceCard)
Called when an AALSpace has been destroyed

Parameters:
spaceCard - Information about the AALSpace


Copyright © 2014 universAAL Consortium. All Rights Reserved.