ipars
Interface IparsService

All Superinterfaces:
net.jxta.platform.Module, net.jxta.service.Service
All Known Implementing Classes:
IparsServiceImpl

public interface IparsService
extends net.jxta.service.Service


Field Summary
static java.lang.String refModuleClassID
           
 
Method Summary
 void addListener(ipars.IparsListener appList)
           
 boolean removeListener(ipars.IparsListener appList)
           
 
Methods inherited from interface net.jxta.service.Service
getImplAdvertisement, getInterface
 
Methods inherited from interface net.jxta.platform.Module
init, startApp, stopApp
 

Field Detail

refModuleClassID

public static final java.lang.String refModuleClassID
See Also:
Constant Field Values
Method Detail

addListener

public void addListener(ipars.IparsListener appList)

removeListener

public boolean removeListener(ipars.IparsListener appList)