org.ocap.hn
Interface DeviceEventListener

All Superinterfaces:
EventListener

public interface DeviceEventListener
extends EventListener

DeviceEvent callback interface. When a Device is registered or removed from NetManager, or if the internal status of a Device changes, then system will notify all registered listeners.


Method Summary
 void notify(DeviceEvent event)
          Callback function for Device events.
 

Method Detail

notify

void notify(DeviceEvent event)
Callback function for Device events.

Parameters:
event - Device event


Copyright © 2011. All Rights Reserved.