Class TagArrivedEvent<T extends RfidTag>

  • Type Parameters:
    T - RfidTag instance
    All Implemented Interfaces:
    java.io.Serializable

    public class TagArrivedEvent<T extends RfidTag>
    extends TagEvent<T>
    A event which is called if a new tags was found in the inventory
    Author:
    man
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      TagArrivedEvent​(java.lang.String identifier, java.lang.Long timestamp, T tag)  
      TagArrivedEvent​(java.lang.String identifier, T tag)  
    • Method Summary

      • Methods inherited from class com.metratec.lib.inventory.event.TagEvent

        getTag
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TagArrivedEvent

        public TagArrivedEvent​(java.lang.String identifier,
                               T tag)
        Parameters:
        identifier - identifier
        tag - tag
      • TagArrivedEvent

        public TagArrivedEvent​(java.lang.String identifier,
                               java.lang.Long timestamp,
                               T tag)
        Parameters:
        identifier - identifier
        timestamp - timestamp
        tag - tag