|
Project JXTA | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--net.jxta.discovery.DiscoveryEvent
Container for Discovery events.
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
DiscoveryEvent(java.lang.Object source,
DiscoveryResponseMsg response,
int queryid)
Creates a new event |
Method Summary | |
int |
getQueryID()
Returns The query id associated with the response returned in this event |
DiscoveryResponseMsg |
getResponse()
Returns the response associated with the event |
Methods inherited from class java.util.EventObject |
getSource,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public DiscoveryEvent(java.lang.Object source, DiscoveryResponseMsg response, int queryid)
source
- The object on which the Event initially occurredqueryid
- The query id associated with the response returned in this eventDiscoveryResponseMsg
,
ResolverResponseMsg
Method Detail |
public DiscoveryResponseMsg getResponse()
DiscoveryResponseMsg
public int getQueryID()
DiscoveryResponseMsg
|
Project JXTA | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |