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
-
Field Summary
Fields inherited from class com.biglybt.ui.swt.views.PieceDistributionView
hasPieces, isMe, pem, swtView
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
dataSourceChanged
(Object newDataSource) implementors of this method must provide an appropriate peer manager and possibly provide the hasPieces array for pieces the data source hasMethods inherited from class com.biglybt.ui.swt.views.PieceDistributionView
eventOccurred, refresh
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.biglybt.ui.swt.pif.UISWTViewEventListener
informOfDuplicates
-
Constructor Details
-
MyPieceDistributionView
public MyPieceDistributionView()
-
-
Method Details
-
dataSourceChanged
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
-