OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ServiceEvent
(Results
1 - 20
of
20
) sorted by null
/external/jmdns/src/javax/jmdns/
ServiceListener.java
18
* To get the full resolved information you need to listen to {@link #serviceResolved(
ServiceEvent
)} or call {@link JmDNS#getServiceInfo(String, String, long)}
28
* The
ServiceEvent
providing the name and fully qualified type of the service.
30
void serviceAdded(
ServiceEvent
event);
36
* The
ServiceEvent
providing the name and fully qualified type of the service.
38
void serviceRemoved(
ServiceEvent
event);
45
* The
ServiceEvent
providing the name, the fully qualified type of the service, and the service info record.
47
void serviceResolved(
ServiceEvent
event);
ServiceTypeListener.java
21
void serviceTypeAdded(
ServiceEvent
event);
34
void subTypeForServiceTypeAdded(
ServiceEvent
event);
ServiceEvent.java
12
public abstract class
ServiceEvent
extends EventObject implements Cloneable {
27
public
ServiceEvent
(final Object eventSource) {
56
* @see javax.jmdns.
ServiceEvent
#getInfo()
65
public
ServiceEvent
clone() {
67
return (
ServiceEvent
) super.clone();
/external/jmdns/src/javax/jmdns/impl/
ServiceEventImpl.java
8
import javax.jmdns.
ServiceEvent
;
12
*
ServiceEvent
.
19
public class ServiceEventImpl extends
ServiceEvent
{
24
// private static Logger logger = Logger.getLogger(
ServiceEvent
.class.getName());
59
* @see javax.jmdns.
ServiceEvent
#getDNS()
68
* @see javax.jmdns.
ServiceEvent
#getType()
77
* @see javax.jmdns.
ServiceEvent
#getName()
107
* @see javax.jmdns.
ServiceEvent
#getInfo()
116
* @see javax.jmdns.
ServiceEvent
#clone()
ListenerStatus.java
12
import javax.jmdns.
ServiceEvent
;
45
* To get the full resolved information you need to listen to {@link #serviceResolved(
ServiceEvent
)} or call {@link JmDNS#getServiceInfo(String, String, long)}
55
* The
ServiceEvent
providing the name and fully qualified type of the service.
57
void serviceAdded(
ServiceEvent
event) {
74
* The
ServiceEvent
providing the name and fully qualified type of the service.
76
void serviceRemoved(
ServiceEvent
event) {
90
* The
ServiceEvent
providing the name, the fully qualified type of the service, and the service info record.
92
synchronized void serviceResolved(
ServiceEvent
event) {
175
void serviceTypeAdded(
ServiceEvent
event) {
193
void subTypeForServiceTypeAdded(
ServiceEvent
event)
[
all
...]
JmDNSImpl.java
36
import javax.jmdns.
ServiceEvent
;
867
void handleServiceResolved(
ServiceEvent
event) {
872
final
ServiceEvent
localEvent = event;
[
all
...]
DNSRecord.java
19
import javax.jmdns.
ServiceEvent
;
404
public
ServiceEvent
getServiceEvent(JmDNSImpl dns) {
514
public
ServiceEvent
getServiceEvent(JmDNSImpl dns) {
618
public
ServiceEvent
getServiceEvent(JmDNSImpl dns) {
819
public
ServiceEvent
getServiceEvent(JmDNSImpl dns) {
[
all
...]
ServiceInfoImpl.java
27
import javax.jmdns.
ServiceEvent
;
924
ServiceEvent
event = ((DNSRecord) rec).getServiceEvent(dns);
[
all
...]
/prebuilts/devtools/tools/lib/
osgi-4.0.0.jar
/prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar
/prebuilts/tools/common/osgi/
osgi.jar
/external/guice/lib/build/
felix-2.0.5.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar
org.eclipse.osgi_3.6.2.R36x_v20101103.jar
/external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar
/prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar
Completed in 685 milliseconds