Package com.google.gwt.logging.shared
Interface RemoteLoggingServiceAsync
-
public interface RemoteLoggingServiceAsyncThe async counterpart ofRemoteLoggingService.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidlogOnServer(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)
-
-