|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gudy.azureus2.ui.swt.views.PieceDistributionView
public abstract class PieceDistributionView
| Field Summary | |
|---|---|
protected boolean[] |
hasPieces
|
protected boolean |
isMe
|
protected PEPeerManager |
pem
|
| Constructor Summary | |
|---|---|
PieceDistributionView()
|
|
| Method Summary | |
|---|---|
abstract 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 has |
boolean |
eventOccurred(UISWTViewEvent event)
Triggers when an even listed in UISWTViewEvent occurs |
void |
refresh()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected PEPeerManager pem
protected boolean[] hasPieces
protected boolean isMe
| Constructor Detail |
|---|
public PieceDistributionView()
| Method Detail |
|---|
public abstract void dataSourceChanged(java.lang.Object newDataSource)
public void refresh()
public boolean eventOccurred(UISWTViewEvent event)
UISWTViewEventListener
eventOccurred in interface UISWTViewEventListenerevent - event that occurred
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||