OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ClassDelegate
(Results
1 - 3
of
3
) sorted by null
/external/jmdns/src/javax/jmdns/
NetworkTopologyDiscovery.java
31
* public static class MyClass implements NetworkTopologyDiscovery.Factory.
ClassDelegate
{
62
public static interface
ClassDelegate
{
68
* @see #
classDelegate
()
69
* @see #setClassDelegate(
ClassDelegate
anObject)
74
private static final AtomicReference<Factory.
ClassDelegate
> _databaseClassDelegate = new AtomicReference<Factory.
ClassDelegate
>();
85
* @see #
classDelegate
()
86
* @see JmmDNS.Factory.
ClassDelegate
88
public static void setClassDelegate(Factory.
ClassDelegate
delegate) {
96
* @see #setClassDelegate(
ClassDelegate
anObject
[
all
...]
JmmDNS.java
38
public static interface
ClassDelegate
{
44
* @see #
classDelegate
()
45
* @see #setClassDelegate(
ClassDelegate
anObject)
51
private static final AtomicReference<
ClassDelegate
> _databaseClassDelegate = new AtomicReference<
ClassDelegate
>();
62
* @see #
classDelegate
()
63
* @see JmmDNS.Factory.
ClassDelegate
65
public static void setClassDelegate(
ClassDelegate
delegate) {
73
* @see #setClassDelegate(
ClassDelegate
anObject)
74
* @see JmmDNS.Factory.
ClassDelegate
[
all
...]
/external/jmdns/src/javax/jmdns/impl/
DNSTaskStarter.java
44
public static interface
ClassDelegate
{
52
* @see #
classDelegate
()
53
* @see #setClassDelegate(
ClassDelegate
anObject)
58
private static final AtomicReference<Factory.
ClassDelegate
> _databaseClassDelegate = new AtomicReference<Factory.
ClassDelegate
>();
70
* @see #
classDelegate
()
71
* @see DNSTaskStarter.Factory.
ClassDelegate
73
public static void setClassDelegate(Factory.
ClassDelegate
delegate) {
81
* @see #setClassDelegate(
ClassDelegate
anObject)
82
* @see DNSTaskStarter.Factory.
ClassDelegate
[
all
...]
Completed in 283 milliseconds