com.aelitis.azureus.core.tag
Class TaggableLifecycleAdapter

java.lang.Object
  extended by com.aelitis.azureus.core.tag.TaggableLifecycleAdapter
All Implemented Interfaces:
TaggableLifecycleListener

public class TaggableLifecycleAdapter
extends java.lang.Object
implements TaggableLifecycleListener


Constructor Summary
TaggableLifecycleAdapter()
           
 
Method Summary
 void initialised(java.util.List<Taggable> current_taggables)
           
 void taggableCreated(Taggable taggable)
           
 void taggableDestroyed(Taggable taggable)
           
 void taggableTagged(TagType tag_type, Tag tag, Taggable taggable)
          Currently only implemented for manual_download tag changes
 void taggableUntagged(TagType tag_type, Tag tag, Taggable taggable)
          Currently only implemented for manual_download tag changes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaggableLifecycleAdapter

public TaggableLifecycleAdapter()
Method Detail

initialised

public void initialised(java.util.List<Taggable> current_taggables)
Specified by:
initialised in interface TaggableLifecycleListener

taggableCreated

public void taggableCreated(Taggable taggable)
Specified by:
taggableCreated in interface TaggableLifecycleListener

taggableDestroyed

public void taggableDestroyed(Taggable taggable)
Specified by:
taggableDestroyed in interface TaggableLifecycleListener

taggableTagged

public void taggableTagged(TagType tag_type,
                           Tag tag,
                           Taggable taggable)
Description copied from interface: TaggableLifecycleListener
Currently only implemented for manual_download tag changes

Specified by:
taggableTagged in interface TaggableLifecycleListener

taggableUntagged

public void taggableUntagged(TagType tag_type,
                             Tag tag,
                             Taggable taggable)
Description copied from interface: TaggableLifecycleListener
Currently only implemented for manual_download tag changes

Specified by:
taggableUntagged in interface TaggableLifecycleListener