Interface
caplin.component.frame

FrameCreationListener

The class is still in Beta and is subject to API changes.
Listener interface that must be implemented by objects that wish to invoke either caplin.component.frame.FrameManager#addPanelToLayout or caplin.component.frame.FrameManager#openDialog.

Constructor Summary

Attributes Name and Description
caplin.component.frame.FrameCreationListener()

Method Summary

Attributes Name and Description
void onFrameReady(caplin.component.frame.ComponentFrame oComponentFrame)

Call-back that is invoked once a frame item has been created.

Constructor Detail

caplin.component.frame.FrameCreationListener()

Method Detail

void onFrameReady(caplin.component.frame.ComponentFrame oComponentFrame)

Call-back that is invoked once a frame item has been created.

Parameters
caplin.component.frame.ComponentFrame oComponentFrame A reference to the component frame that now wraps the component being displayed.