Interface RemoteNotificationListener
-
- All Known Implementing Classes:
CardConnectorDaemon,CardUpdaterDaemon
public interface RemoteNotificationListenerHandle notification from server in remote update- Author:
- asc
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidremoteNotify(int id, java.lang.String message, int ttc)Handle notification from server in remote update
-