Package javax.jmdns
Interface JmmDNS.Factory.ClassDelegate
-
- Enclosing class:
- JmmDNS.Factory
public static interface JmmDNS.Factory.ClassDelegate
This interface defines a delegate to the EOClassDescriptionRegister class to enable subclassing.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JmmDNS
newJmmDNS()
Allows the delegate the opportunity to construct and return a different JmmDNS.
-
-
-
Method Detail
-
newJmmDNS
JmmDNS newJmmDNS()
Allows the delegate the opportunity to construct and return a different JmmDNS.- Returns:
- Should return a new JmmDNS.
- See Also:
JmmDNS.Factory.classDelegate()
,JmmDNS.Factory.setClassDelegate(ClassDelegate anObject)
-
-