Package com.google.gwt.logging.shared
Interface RemoteLoggingServiceAsync
-
public interface RemoteLoggingServiceAsync
The async counterpart ofRemoteLoggingService
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
logOnServer(java.util.logging.LogRecord record, AsyncCallback<java.lang.String> callback)
-
-
-
Method Detail
-
logOnServer
void logOnServer(java.util.logging.LogRecord record, AsyncCallback<java.lang.String> callback)
-
-