org.gudy.azureus2.ui.swt.views
Class TagSettingsView

java.lang.Object
  extended by org.gudy.azureus2.ui.swt.views.TagSettingsView
All Implemented Interfaces:
TagTypeListener, UISWTViewEventListener, UISWTViewCoreEventListener

public class TagSettingsView
extends Object
implements UISWTViewCoreEventListener, TagTypeListener

Author:
TuxPaper

Nested Class Summary
static class TagSettingsView.Params
           
 
Constructor Summary
TagSettingsView()
           
 
Method Summary
 boolean eventOccurred(UISWTViewEvent event)
          Triggers when an even listed in UISWTViewEvent occurs
 void tagAdded(Tag tag)
           
 void tagChanged(Tag changedTag)
           
 void tagRemoved(Tag tag)
           
 void tagTypeChanged(TagType tag_type)
          General change not specific to one tag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagSettingsView

public TagSettingsView()
Method Detail

eventOccurred

public boolean eventOccurred(UISWTViewEvent event)
Description copied from interface: UISWTViewEventListener
Triggers when an even listed in UISWTViewEvent occurs

Specified by:
eventOccurred in interface UISWTViewEventListener
Parameters:
event - event that occurred
Returns:
meaning dependent upon event type

tagTypeChanged

public void tagTypeChanged(TagType tag_type)
Description copied from interface: TagTypeListener
General change not specific to one tag

Specified by:
tagTypeChanged in interface TagTypeListener

tagAdded

public void tagAdded(Tag tag)
Specified by:
tagAdded in interface TagTypeListener

tagChanged

public void tagChanged(Tag changedTag)
Specified by:
tagChanged in interface TagTypeListener

tagRemoved

public void tagRemoved(Tag tag)
Specified by:
tagRemoved in interface TagTypeListener