RunAction2 instead: onLoad() does not work well with lazy loading if you are trying to persist the owner; and onBuildComplete() was never called.@Deprecated public interface RunAction extends Action
| Modifier and Type | Method and Description |
|---|---|
void |
onAttached(Run r)
Deprecated.
Called when the action is aded to the
Run object. |
void |
onBuildComplete()
Deprecated.
Called after the build is finished.
|
void |
onLoad()
Deprecated.
Called after the build is loaded and the object is added to the build list.
|
getDisplayName, getIconFileName, getUrlNamevoid onLoad()
RunActions are persisted with Run, the implementation
can keep a reference to Run in a field (which is set via onAttached(Run))void onAttached(Run r)
Run object.void onBuildComplete()
Copyright © 2019. All rights reserved.