public abstract bool NotifyEvent(DeviceEvent ev);
public void NotifyListenersAsync(DeviceEvent ev) { proxy.NotifyListenersAsync (ev); }
public bool NotifyListenersSync(DeviceEvent ev) { return proxy.NotifyListenersSync (ev); }
public override bool NotifyEvent(DeviceEvent ev) { LastEvent = ev; Count++; return true; }