org.gudy.azureus2.ui.swt.views.peer
Class RemotePieceDistributionView
java.lang.Object
org.gudy.azureus2.ui.swt.views.PieceDistributionView
org.gudy.azureus2.ui.swt.views.peer.RemotePieceDistributionView
- All Implemented Interfaces:
- UISWTViewEventListener, UISWTViewCoreEventListener
public class RemotePieceDistributionView
- extends PieceDistributionView
- Author:
- Aaron Grunthal
Method Summary |
void |
dataSourceChanged(Object newDataSource)
implementors of this method must provide an appropriate peer manager and
possibly provide the hasPieces array for pieces the data source has |
void |
refresh()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemotePieceDistributionView
public RemotePieceDistributionView()
dataSourceChanged
public void dataSourceChanged(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 class PieceDistributionView
refresh
public void refresh()
- Overrides:
refresh
in class PieceDistributionView