public interface RouterCallback
desc : 路由回调接口
author : xuexiang
time : 2018/4/30 下午12:10
| Modifier and Type | Method and Description |
|---|---|
void |
onBefore(android.content.Context from,
java.lang.Class<?> to) |
void |
onError(android.content.Context from,
java.lang.Class<?> to,
java.lang.Throwable throwable) |
void |
onNext(android.content.Context from,
java.lang.Class<?> to) |