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