fr.velossity.sample.device
Interface DeviceHandler


public interface DeviceHandler

DeviceHandler interface for your OSGi platform.

Author:
C. Saint-Marcel

Method Summary
 void free(Device theDevice)
          Callback used when a Device service is unregistering in the framework.
 void handle(Device newDevice)
          Callback used when a new Device service is registering in the framework.
 

Method Detail

handle

void handle(Device newDevice)
Callback used when a new Device service is registering in the framework.

Parameters:
newDevice - the OSGi service

free

void free(Device theDevice)
Callback used when a Device service is unregistering in the framework.

Parameters:
theDevice - the OSGi service


Copyright © 2011. All Rights Reserved.