safedispatch-mobile/safeDispatch/src/main/java/com/safemobile/lib/sound/IUDPListener.java

6 lines
110 B
Java
Raw Normal View History

2022-03-10 14:31:03 +00:00
package com.safemobile.lib.sound;
public interface IUDPListener {
public void dataRecv( UDPevent event );
}