/**
* Sends a message
* @param msg Message that shall be send
* @throws InvalidApplicationException If the passed argument is null
* @throws IOException In case of an error during writing the output stream
*/
public abstract void send(@NotNull String msg) throws InvalidApplicationException;
AComModule.java 文件源码
java
阅读 21
收藏 0
点赞 0
评论 0
项目:GPSSimulator
作者:
评论列表
文章目录