Interface Interceptor<T>
-
public interface Interceptor<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandle(T object)
-
-
-
Method Detail
-
handle
void handle(T object)
-
-
public interface Interceptor<T>
| Modifier and Type | Method | Description |
|---|---|---|
void |
handle(T object) |
void handle(T object)