Searched defs:ServiceEventImpl (Results 1 - 1 of 1) sorted by relevance

/external/jmdns/src/javax/jmdns/impl/
H A DServiceEventImpl.java19 public class ServiceEventImpl extends ServiceEvent { class in inherits:ServiceEvent
50 public ServiceEventImpl(JmDNSImpl jmDNS, String type, String name, ServiceInfo info) { method in class:ServiceEventImpl
119 public ServiceEventImpl clone() {
121 return new ServiceEventImpl((JmDNSImpl) this.getDNS(), this.getType(), this.getName(), newInfo);

Completed in 136 milliseconds