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

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

public class TorrentOptionsView
extends Object
implements DownloadManagerStateAttributeListener, UISWTViewCoreEventListener


Nested Class Summary
protected  class TorrentOptionsView.adhocParameterAdapter
           
protected  class TorrentOptionsView.downloadStateParameterAdapter
           
 
Field Summary
static String MSGID_PREFIX
           
 
Fields inherited from interface org.gudy.azureus2.core3.download.DownloadManagerStateAttributeListener
WILL_BE_READ, WRITTEN
 
Constructor Summary
TorrentOptionsView()
           
TorrentOptionsView(DownloadManager[] managers2)
           
 
Method Summary
 void attributeEventOccurred(DownloadManager dm, String attribute_name, int event_type)
           
 boolean eventOccurred(UISWTViewEvent event)
          Triggers when an even listed in UISWTViewEvent occurs
protected  void setDefaults()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MSGID_PREFIX

public static final String MSGID_PREFIX
See Also:
Constant Field Values
Constructor Detail

TorrentOptionsView

public TorrentOptionsView()

TorrentOptionsView

public TorrentOptionsView(DownloadManager[] managers2)
Parameters:
managers2 -
Method Detail

setDefaults

protected void setDefaults()

attributeEventOccurred

public void attributeEventOccurred(DownloadManager dm,
                                   String attribute_name,
                                   int event_type)
Specified by:
attributeEventOccurred in interface DownloadManagerStateAttributeListener

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