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
Modifier and TypeMethodDescriptionnewDNSTaskStarter
(JmDNSImpl jmDNSImpl) Allows the delegate the opportunity to construct and return a different DNSTaskStarter.
-
Method Details
-
newDNSTaskStarter
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:
-