/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.wordpress.salaboy.sensor; /** * * @author esteban */ public interface EmergencyInformationDataSource { String getCallId(); String getVehicleId(); }