Package fr.dyade.aaa.agent
Interface Callback
-
public interface CallbackCallback interface notified when aCountDownCallbacktransmitted by aCallbackNotificationreaches zero. If at least one error has been raised, the methodfailedis called. Otherwise the methoddoneis called.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddone()Called if no error has been raised.voidfailed(List<Throwable> errors)Called if at least one error has been raised.
-