JmDNS 3.4.1

javax.jmdns.impl
Interface DNSTaskStarter.Factory.ClassDelegate

Enclosing class:
DNSTaskStarter.Factory

public static interface DNSTaskStarter.Factory.ClassDelegate

This interface defines a delegate to the DNSTaskStarter class to enable subclassing.


Method Summary
 DNSTaskStarter newDNSTaskStarter(JmDNSImpl jmDNSImpl)
          Allows the delegate the opportunity to construct and return a different DNSTaskStarter.
 

Method Detail

newDNSTaskStarter

DNSTaskStarter newDNSTaskStarter(JmDNSImpl jmDNSImpl)
Allows the delegate the opportunity to construct and return a different DNSTaskStarter.

Parameters:
jmDNSImpl - jmDNS instance
Returns:
Should return a new DNSTaskStarter Object.
See Also:
DNSTaskStarter.Factory.classDelegate(), DNSTaskStarter.Factory.setClassDelegate(ClassDelegate anObject)

Last updated 2011-08-25 12:40

Copyright © 2002-2011 JmDNS. All Rights Reserved.