~smaioli/azureus/ubuntu-experimental

« back to all changes in this revision

Viewing changes to com/aelitis/net/upnp/UPnP.java

MergedĀ VuzeĀ 4.2.0.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
public interface 
31
31
UPnP 
32
32
{
 
33
        public UPnPRootDevice[]
 
34
        getRootDevices();
 
35
        
33
36
                /**
34
37
                 * resets by removing all root devices and then rediscovering them
35
38
                 *
39
42
        reset();
40
43
        
41
44
                /**
 
45
                 * scan for new
 
46
                 */
 
47
        
 
48
        public void
 
49
        search();
 
50
        
 
51
        public void
 
52
        search(
 
53
                String[]                STs );
 
54
        
 
55
                /**
42
56
                 * Logs a message to all registered log listeners
43
57
                 * @param str
44
58
                 */