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)
           
 Map<Integer,Object> toPropertyMap()
           
 

Method Detail

toPropertyMap

Map<Integer,Object> toPropertyMap()

setRead

void setRead(boolean read)

getRead

boolean getRead()