Package | Description |
---|---|
org.uberfire.client.mvp |
Modifier and Type | Method and Description |
---|---|
ActivityLifecycleError.LifecyclePhase |
ActivityLifecycleError.getFailedCall()
Tells which lifecycle phase failed.
|
static ActivityLifecycleError.LifecyclePhase |
ActivityLifecycleError.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.
|
Modifier and Type | Method and Description |
---|---|
void |
ActivityLifecycleErrorHandler.handle(Activity failedActivity,
ActivityLifecycleError.LifecyclePhase failedCall,
Throwable exception)
Handles the failure of an activity's lifecycle method.
|
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.