Package cn.mapway.document.ui.client.rpc
Interface IOnData<T>
- Type Parameters:
T- the generic type
public interface IOnData<T>
The Interface IOnData.
-
Method Summary
-
Method Details
-
onError
On error.- Parameters:
url- the urlerror- the error
-
onSuccess
On success.- Parameters:
url- the urldata- the data
-