com.ibm.able.platform
Interface AbleRemotePanelDataBean
- All Superinterfaces:
- java.io.Serializable
- public interface AbleRemotePanelDataBean
- extends java.io.Serializable
The Customizer data bean should implement this interface if it wants
to get access to the AUIML UserTaskManager class. If the data bean
implements this interface, the console will call setUTM() before
load() is called to let the data bean have access to setUTM().
Method Summary |
void |
setUTM(com.ibm.ui.framework.UserTaskManager utm)
The console calls this method to give the data Bean a reference
to the AUIML UserTaskManager of the window that it is displaying
it in. |
setUTM
public void setUTM(com.ibm.ui.framework.UserTaskManager utm)
- The console calls this method to give the data Bean a reference
to the AUIML UserTaskManager of the window that it is displaying
it in.
- Parameters:
utm
-