Package org.apache.axis.client.async
Interface IAsyncCallback
-
public interface IAsyncCallback
Callback for Async notification- Author:
- Davanum Srinivas (dims@yahoo.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onCompletion(IAsyncResult event)
Method onCompletion
-
-
-
Method Detail
-
onCompletion
void onCompletion(IAsyncResult event)
Method onCompletion- Parameters:
event
-
-
-