56575859606162
/** * */ private void buildEventNotifyer() { notifier = new UPnPEventNotifier(context,this,timerService); }
67686970717273
} /** * */ private void buildEventNotifyer() { notifier = new UPnPEventNotifier(context,this,powerSwitch,model); }
8687888990919293
/** * */ private void buildEventNotifyer() { notifier = new UPnPEventNotifier(Activator.context,this,powerService); powerState.setNotifier(notifier); }