Class RemotePieceDistributionView
java.lang.Object
com.biglybt.ui.swt.views.PieceDistributionView
com.biglybt.ui.swt.views.peer.RemotePieceDistributionView
- All Implemented Interfaces:
UISWTViewEventListener, UISWTViewCoreEventListener
-
Field Summary
FieldsFields inherited from class PieceDistributionView
hasPieces, isMe, pem, swtView -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddataSourceChanged(Object newDataSource) implementors of this method must provide an appropriate peer manager and possibly provide the hasPieces array for pieces the data source hasvoidrefresh()Methods inherited from class PieceDistributionView
delete, eventOccurredMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface UISWTViewEventListener
builderNotRequired, informOfDuplicates
-
Field Details
-
peer
-
-
Constructor Details
-
RemotePieceDistributionView
public RemotePieceDistributionView()
-
-
Method Details
-
dataSourceChanged
Description copied from class:PieceDistributionViewimplementors of this method must provide an appropriate peer manager and possibly provide the hasPieces array for pieces the data source has- Specified by:
dataSourceChangedin classPieceDistributionView
-
refresh
public void refresh()- Overrides:
refreshin classPieceDistributionView
-