org.universAAL.middleware.managers.api
Interface DeployManagerEventHandler

Package class diagram package DeployManagerEventHandler
All Known Implementing Classes:
DeployManagerImpl

public interface DeployManagerEventHandler

Callback interface for the Events generated by the DeployManager

Version:
$LastChangedRevision$ ( $LastChangedDate$ )
Author:
Michele Girolami, Francesco Furfari, Stefano Lenzi

Method Summary
 void installationPartNotification(UAPPCard uappCard, String partID, PeerCard peer, UAPPPartStatus partStatus)
          Method called back in order to notifiy the result of a request to install
 

Method Detail

installationPartNotification

void installationPartNotification(UAPPCard uappCard,
                                  String partID,
                                  PeerCard peer,
                                  UAPPPartStatus partStatus)
Method called back in order to notifiy the result of a request to install

Parameters:
peer - The Peer sending the result
uappCard - The MPA to whic the peer refers to
partID - Part id
partStatus - Status of the part


Copyright © 2014 universAAL Consortium. All Rights Reserved.