Serialized Form


Package com.strangeberry.jmdns.tools

Class com.strangeberry.jmdns.tools.Browser extends javax.swing.JFrame implements Serializable

serialVersionUID: 5750114542524415107L

Serialized Fields

jmdns

JmDNS jmdns

type

java.lang.String type

types

javax.swing.DefaultListModel types

typeList

javax.swing.JList typeList

services

javax.swing.DefaultListModel services

serviceList

javax.swing.JList serviceList

info

javax.swing.JTextArea info

Package javax.jmdns

Class javax.jmdns.ServiceEvent extends java.util.EventObject implements Serializable

serialVersionUID: -8558445644541006271L


Package javax.jmdns.impl

Class javax.jmdns.impl.ServiceEventImpl extends ServiceEvent implements Serializable

serialVersionUID: 7107973622016897488L

Serialized Fields

_type

java.lang.String _type
The type name of the service.


_name

java.lang.String _name
The instance name of the service. Or null, if the event was fired to a service type listener.


_info

ServiceInfoImpl _info
The service info record, or null if the service could be be resolved. This is also null, if the event was fired to a service type listener.