|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tivoli.twg.engine.TWGContentInfoObjectHandler
This is the base class for populating and maintaining the content info objects for a task association's view. This abstract class provides the interface subclasses must implement in order to provide content info when requested by the console. It is an abstract class so that it can loaded as a bean (through a default ctor) instead of being defined as an interface.
TWGContentInfoBeans
,
TWGContentInfoEventHandler
Constructor Summary | |
---|---|
TWGContentInfoObjectHandler()
Construct the handler object. |
Method Summary | |
---|---|
void |
activateContentInfo(boolean viewActive)
Called whenever this bean's view is activated or inactivated. |
void |
getContentInfo(long oid)
Called in response to the user expanding one of the primary content info objects for a specific oid. |
void |
initializeContent(long beanid)
Called during the initialization of the TWGContentInfoBeans. |
void |
updateContentInfo()
Called to ask the bean to update it's content information. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TWGContentInfoObjectHandler()
Method Detail |
public void initializeContent(long beanid)
beanid
- unique id of the bean this handler is for.public void activateContentInfo(boolean viewActive)
viewActive
- If true, then this handler should provide content
information for its task association view. If false, then
content information is no longer needed for any console.public void updateContentInfo()
public void getContentInfo(long oid)
oid
- object id of the object requesting content info
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |