|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
TagTableListener is an interface to be implemented by all objects that want to
receive notifications from from a TagTable when its underlying tag list changes.
There is only two methods that are required to be provided by a TagTableListener:
tagAdded(Tag) and tagRemoved(Tag).
| Method Summary | |
void |
tagAdded(Tag tag)
Called by a TagTable when a new tag has been added to its tag list. |
void |
tagRemoved(Tag tag)
Called by a TagTable when a tag has expired from its tag list, due to inactivity. |
void |
tagRenewed(Tag tag)
Called by a TagTable when a tag has been added to its tag list, and a similar tag already existed. |
| Method Detail |
public void tagAdded(Tag tag)
tag - the Tag that was added to the TagTablepublic void tagRenewed(Tag tag)
tag - the Tag that was added/renewed to the TagTablepublic void tagRemoved(Tag tag)
tag - the Tag that was removed to the TagTable
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||