org.gudy.azureus2.plugins.sharing
Interface ShareResourceEvent


public interface ShareResourceEvent

Author:
parg

Field Summary
static int ET_ATTRIBUTE_CHANGED
           
 
Method Summary
 java.lang.Object getData()
          For attribute change the value is an instance of TorrentAttribute
 int getType()
           
 

Field Detail

ET_ATTRIBUTE_CHANGED

static final int ET_ATTRIBUTE_CHANGED
See Also:
Constant Field Values
Method Detail

getType

int getType()

getData

java.lang.Object getData()
For attribute change the value is an instance of TorrentAttribute

Returns: