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 added 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, getUrlName
void onLoad()
RunAction
s 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 © 2004–2021. All rights reserved.