Searched refs:StateIntentCompleted (Results 1 – 3 of 3) sorted by relevance
32 public final class StateIntentCompleted extends StateImpl { class36 public static StateIntentCompleted from( in from()40 return new StateIntentCompleted( in from()44 public static StateIntentCompleted from( in from()47 return new StateIntentCompleted( in from()51 private StateIntentCompleted( in StateIntentCompleted() method in StateIntentCompleted
90 return Optional.of((State) StateIntentCompleted.from( in onEnter()101 return Optional.of((State) StateIntentCompleted.from( in onEnter()105 return Optional.of((State) StateIntentCompleted.from(this, mResourceConstructed)); in onEnter()
116 return Optional.of((State) StateIntentCompleted.from( in registerEventHandlers()