Uses of Class
org.uberfire.client.mvp.ActivityLifecycleError.LifecyclePhase
-
Packages that use ActivityLifecycleError.LifecyclePhase Package Description org.uberfire.client.mvp -
-
Uses of ActivityLifecycleError.LifecyclePhase in org.uberfire.client.mvp
Methods in org.uberfire.client.mvp that return ActivityLifecycleError.LifecyclePhase Modifier and Type Method Description ActivityLifecycleError.LifecyclePhaseActivityLifecycleError. getFailedCall()Tells which lifecycle phase failed.static ActivityLifecycleError.LifecyclePhaseActivityLifecycleError.LifecyclePhase. valueOf(String name)Returns the enum constant of this type with the specified name.static ActivityLifecycleError.LifecyclePhase[]ActivityLifecycleError.LifecyclePhase. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.uberfire.client.mvp with parameters of type ActivityLifecycleError.LifecyclePhase Modifier and Type Method Description voidActivityLifecycleErrorHandler. handle(Activity failedActivity, ActivityLifecycleError.LifecyclePhase failedCall, Throwable exception)Handles the failure of an activity's lifecycle method.
-