org.gudy.azureus2.pluginsimpl.local.utils
Interface UtilitiesImpl.PluginSubscriptionResult

All Known Subinterfaces:
SubscriptionResult
All Known Implementing Classes:
SubscriptionResultImpl
Enclosing class:
UtilitiesImpl

public static interface UtilitiesImpl.PluginSubscriptionResult


Method Summary
 boolean getRead()
           
 void setRead(boolean read)
           
 java.util.Map<java.lang.Integer,java.lang.Object> toPropertyMap()
           
 

Method Detail

toPropertyMap

java.util.Map<java.lang.Integer,java.lang.Object> toPropertyMap()

setRead

void setRead(boolean read)

getRead

boolean getRead()