iotivity 0.9.0
[platform/upstream/iotivity.git] / service / soft-sensor-manager / SDK / java / org / iotivity / service / ssm / IQueryEngineEvent.java
1 package org.iotivity.service.ssm;
2
3 public interface IQueryEngineEvent {
4         public void OnQueryEngineEvent(int cqid, DataReader result);
5 }