Package org.uberfire.lifecycle
Annotation Type OnOpen
-
@Inherited @Retention(RUNTIME) @Target(METHOD) public @interface OnOpen
Methods annotated with this are called by the Workbench when a WorkbenchPart is displayed. OnOpen annotated methods are called after the WorkbenchPart's OnStartup annotated method. The method should take zero arguments and return void.