org.gudy.azureus2.ui.swt.views.peer
Class RemotePieceDistributionView

java.lang.Object
  extended by org.gudy.azureus2.ui.swt.views.PieceDistributionView
      extended by org.gudy.azureus2.ui.swt.views.peer.RemotePieceDistributionView
All Implemented Interfaces:
UISWTViewEventListener, UISWTViewCoreEventListener

public class RemotePieceDistributionView
extends PieceDistributionView

Author:
Aaron Grunthal

Field Summary
 
Fields inherited from class org.gudy.azureus2.ui.swt.views.PieceDistributionView
hasPieces, isMe, pem
 
Constructor Summary
RemotePieceDistributionView()
           
 
Method Summary
 void dataSourceChanged(Object newDataSource)
          implementors of this method must provide an appropriate peer manager and possibly provide the hasPieces array for pieces the data source has
 void refresh()
           
 
Methods inherited from class org.gudy.azureus2.ui.swt.views.PieceDistributionView
eventOccurred
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemotePieceDistributionView

public RemotePieceDistributionView()
Method Detail

dataSourceChanged

public void dataSourceChanged(Object newDataSource)
Description copied from class: PieceDistributionView
implementors of this method must provide an appropriate peer manager and possibly provide the hasPieces array for pieces the data source has

Specified by:
dataSourceChanged in class PieceDistributionView

refresh

public void refresh()
Overrides:
refresh in class PieceDistributionView