|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ants.core.Thing | +--ants.move.core.models.info.InfoModel
Implementation of Information Model.
Constructor Summary | |
InfoModel()
Sole & void constructor. |
Method Summary | |
void |
addInfoListener(InfoListener iList)
|
void |
destroy()
Finalization method for CSCW components in the ANTS container. |
java.lang.String |
getInformationFile()
|
java.lang.String |
getType()
Facility method for obtaining extra information about a specific bean. |
void |
init()
Initialization method for CSCW components in the ANTS container. |
void |
loadInfo(java.lang.String thingKey)
|
void |
propertyChange(ants.core.PropertyChangeEvent evt)
Property change listener. |
void |
removeInfoListener(InfoListener iList)
|
void |
setInfoThing(java.lang.String thingKey)
|
Methods inherited from class ants.core.Thing |
addPropertyChangeListener, addTokenToProperty, eventArrived, getContext, getDescription, getIndexedProperty, getIndexedProperty, getIndexedPropertyNames, getIndexedPropertySize, getName, getPlace, getProperty, getPropertyNames, getThingGateway, getThingId, incrementProperty, init, removePropertyChangeListener, setProperty, triggerEvent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public InfoModel()
params
- Noneexceptions
- No exceptions thrownMethod Detail |
public void init()
ants.core.Thing
init
in class ants.core.Thing
public void addInfoListener(InfoListener iList)
public void removeInfoListener(InfoListener iList)
public void setInfoThing(java.lang.String thingKey)
public void loadInfo(java.lang.String thingKey)
public java.lang.String getInformationFile()
public void propertyChange(ants.core.PropertyChangeEvent evt)
propertyChange
in interface ants.core.PropertyChangeListener
evt
- Contextexceptions
- No exceptions thrownpublic java.lang.String getType()
ants.core.Model
getType
in class ants.core.Thing
ants.core.Model
public void destroy()
ants.core.Thing
destroy
in class ants.core.Thing
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |