Uses of Interface
com.alien.enterpriseRFID.notify.MessageListener

Packages that use MessageListener
com.alien.enterpriseRFID.notify The notify classes work in conjunction with a reader running in autonomous mode. 
 

Uses of MessageListener in com.alien.enterpriseRFID.notify
 

Classes in com.alien.enterpriseRFID.notify that implement MessageListener
 class MessageListenerService
          MessageListenerService is a class for receiving notification messages from a Reader.
 

Methods in com.alien.enterpriseRFID.notify that return MessageListener
 MessageListener MessageListenerService.getMessageListener()
          Returns the MessageListener object that has been registered by this MessageListenerService to be notified when reader notifications arrive.
 

Methods in com.alien.enterpriseRFID.notify with parameters of type MessageListener
 void MessageListenerService.setMessageListener(MessageListener messageListener)
          Registers a MessageListener with this MessageListenerService to be notified when a new notification message is received from a reader.