Package com.luciad.lucy.gui
Interface TLcyApplicationPaneManager.ILcyApplicationPaneCallBack
- Enclosing class:
TLcyApplicationPaneManager
public static interface TLcyApplicationPaneManager.ILcyApplicationPaneCallBack
This interface defines the callback operation for
applyOnApplicationPane.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidapplyOnApplicationPane(ILcyApplicationPane aApplicationPane) This method is called when the application pane of ajava.awt.Componenthas been found.
-
Method Details
-
applyOnApplicationPane
This method is called when the application pane of ajava.awt.Componenthas been found.- Parameters:
aApplicationPane- The application pane for thefound java.awt.Component. It is nevernull.- See Also:
-