Package com.biglybt.ui.swt.views.piece
Class MyPieceDistributionView
- java.lang.Object
-
- com.biglybt.ui.swt.views.PieceDistributionView
-
- com.biglybt.ui.swt.views.piece.MyPieceDistributionView
-
- All Implemented Interfaces:
UISWTViewEventListener
,UISWTViewCoreEventListener
public class MyPieceDistributionView extends PieceDistributionView
-
-
Field Summary
-
Fields inherited from class com.biglybt.ui.swt.views.PieceDistributionView
hasPieces, isMe, pem, swtView
-
-
Constructor Summary
Constructors Constructor Description MyPieceDistributionView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dataSourceChanged(java.lang.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 com.biglybt.ui.swt.views.PieceDistributionView
eventOccurred, refresh
-
-
-
-
Method Detail
-
dataSourceChanged
public void dataSourceChanged(java.lang.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 classPieceDistributionView
-
-