public class RouterTransaction
extends java.lang.Object
Controllers to a Router.| Modifier and Type | Method and Description |
|---|---|
Controller |
controller() |
ControllerChangeHandler |
popChangeHandler() |
RouterTransaction |
popChangeHandler(ControllerChangeHandler handler) |
ControllerChangeHandler |
pushChangeHandler() |
RouterTransaction |
pushChangeHandler(ControllerChangeHandler handler) |
android.os.Bundle |
saveInstanceState()
Used to serialize this transaction into a Bundle
|
java.lang.String |
tag() |
RouterTransaction |
tag(java.lang.String tag) |
static RouterTransaction |
with(Controller controller) |
public static RouterTransaction with(Controller controller)
public Controller controller()
public java.lang.String tag()
public RouterTransaction tag(java.lang.String tag)
public ControllerChangeHandler pushChangeHandler()
public RouterTransaction pushChangeHandler(ControllerChangeHandler handler)
public ControllerChangeHandler popChangeHandler()
public RouterTransaction popChangeHandler(ControllerChangeHandler handler)
public android.os.Bundle saveInstanceState()