Package 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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)
-
-