org.gudy.azureus2.ui.swt.views.piece
Class MyPieceDistributionView

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

public class MyPieceDistributionView
extends PieceDistributionView

Author:
The8472

Field Summary
 
Fields inherited from class org.gudy.azureus2.ui.swt.views.PieceDistributionView
hasPieces, isMe, pem
 
Constructor Summary
MyPieceDistributionView()
           
 
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
 
Methods inherited from class org.gudy.azureus2.ui.swt.views.PieceDistributionView
eventOccurred, refresh
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyPieceDistributionView

public MyPieceDistributionView()
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