| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
EventObjectjavax.jmdns.ServiceEventjavax.jmdns.impl.ServiceEventImplpublic class ServiceEventImplextends ServiceEventConstructor Summary | |
| |
Methods inherited from class javax.jmdns.ServiceEvent | |
getDNS, getInfo, getName, getType | |
public ServiceEventImpl(JmDNSImpl source, String type, String name, ServiceInfoImpl info)
Creates a new instance.
- Parameters:
source- the JmDNS instance which originated the event.type- the type name of the service.name- the instance name of the service.info- the service info record, or null if the service could be be resolved.
public String getName()
- Overrides:
- getName in interface ServiceEvent
- See Also:
ServiceEvent.getName()
public String getType()
- Overrides:
- getType in interface ServiceEvent
- See Also:
ServiceEvent.getType()
public String toString()
- See Also:
javax.jmdns.ServiceEvent.toString()