summaryrefslogtreecommitdiff
path: root/java/src/Ice/DispatchInterceptorAsyncCallback.java
blob: f37851b3f504001897a7b6efc75ff04b53527f9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
//
// **********************************************************************

package Ice;

public interface DispatchInterceptorAsyncCallback
{
    boolean response(boolean ok);
    boolean exception(java.lang.Exception ex);
}