SDL_Android/SmartDeviceLinkAndroidProxy - added the correct version of the proxy
[profile/ivi/smartdevicelink.git] / SDL_Android / SmartDeviceLinkProxyAndroid / src / com / smartdevicelink / trace / ISTListener.java
1 package com.smartdevicelink.trace;\r
2 \r
3 public interface ISTListener {\r
4         void logXmlMsg(String msg, String token);\r
5 } // end-interface