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
public class RemotePieceDistributionView extends PieceDistributionView
-
-
Constructor Summary
Constructors Constructor Description RemotePieceDistributionView()
-
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 hasvoid
refresh()
-
Methods inherited from class com.biglybt.ui.swt.views.PieceDistributionView
eventOccurred
-
-
-
-
Field Detail
-
peer
private PEPeer peer
-
-
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
-
refresh
public void refresh()
- Overrides:
refresh
in classPieceDistributionView
-
-