Uses of Interface
com.biglybt.pif.ddb.DistributedDatabaseProgressListener
Packages that use DistributedDatabaseProgressListener
-
Uses of DistributedDatabaseProgressListener in com.biglybt.pif.ddb
Methods in com.biglybt.pif.ddb with parameters of type DistributedDatabaseProgressListenerModifier and TypeMethodDescriptionDistributedDatabaseContact.call(DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseValue data, long timeout) DistributedDatabaseContact.read(DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseKey key, long timeout) voidDistributedDatabaseContact.write(DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseKey key, DistributedDatabaseValue data, long timeout) -
Uses of DistributedDatabaseProgressListener in com.biglybt.pifimpl.local.ddb
Methods in com.biglybt.pifimpl.local.ddb with parameters of type DistributedDatabaseProgressListenerModifier and TypeMethodDescriptionDDBaseContactImpl.call(DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseValue data, long timeout) protected DistributedDatabaseValueDDBaseImpl.call(DDBaseContactImpl contact, DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseValue value, long timeout) DDBaseContactImpl.read(DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseKey key, long timeout) protected DistributedDatabaseValueDDBaseImpl.read(DDBaseContactImpl contact, DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseKey key, long timeout) protected DistributedDatabaseValueDDBaseTTTorrent.read(DDBaseContactImpl contact, DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseKey key, long timeout) voidDDBaseContactImpl.write(DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseKey key, DistributedDatabaseValue value, long timeout) protected voidDDBaseImpl.write(DDBaseContactImpl contact, DistributedDatabaseProgressListener listener, DistributedDatabaseTransferType type, DistributedDatabaseKey key, DistributedDatabaseValue value, long timeout)