Package com.biglybt.ui.swt.views.peer
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 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 hasvoid
refresh()
Methods inherited from class com.biglybt.ui.swt.views.PieceDistributionView
eventOccurred
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
-
Field Details
-
peer
-
-
Constructor Details
-
RemotePieceDistributionView
public RemotePieceDistributionView()
-
-
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
-
refresh
public void refresh()- Overrides:
refresh
in classPieceDistributionView
-