Class Advertiser

java.lang.Object
org.cybergarage.util.ThreadCore
org.cybergarage.upnp.device.Advertiser
All Implemented Interfaces:
Runnable

public class Advertiser extends ThreadCore
  • Constructor Details

    • Advertiser

      public Advertiser(Device dev)
  • Method Details

    • setDevice

      public void setDevice(Device dev)
    • getDevice

      public Device getDevice()
    • run

      public void run()
      Specified by:
      run in interface Runnable
      Overrides:
      run in class ThreadCore