|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
DiscoveryListener is an Interface that is implemented by all objects that want to receive messages about readers that appear and disappear from a network.
Method Summary | |
void |
readerAdded(DiscoveryItem discoveryItem)
A single reader has been added to the network. |
void |
readerRemoved(DiscoveryItem discoveryItem)
A single reader has been removed from the network and is no longer available. |
void |
readerRenewed(DiscoveryItem discoveryItem)
A single reader has renewed its lease. |
Method Detail |
public void readerAdded(DiscoveryItem discoveryItem)
discoveryItem
- represents the reader that has been newly found on the networkpublic void readerRenewed(DiscoveryItem discoveryItem)
discoveryItem
- represents the reader that has been seen again on the networkpublic void readerRemoved(DiscoveryItem discoveryItem)
discoveryItem
- represents the reader that has been removed from the network
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |