org.gudy.azureus2.ui.swt.views.piece
Class MyPieceDistributionView
java.lang.Object
  
org.gudy.azureus2.ui.swt.views.PieceDistributionView
      
org.gudy.azureus2.ui.swt.views.piece.MyPieceDistributionView
- All Implemented Interfaces: 
 - UISWTViewEventListener, UISWTViewCoreEventListener
 
public class MyPieceDistributionView
- extends PieceDistributionView
 
- Author:
 
  - The8472
 
 
 
 
| 
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 java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
MyPieceDistributionView
public MyPieceDistributionView()
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