Class TagDepartedEvent<T extends RfidTag>

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

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

      Constructors 
      Constructor Description
      TagDepartedEvent​(java.lang.String identifier, java.lang.Long timestamp, T tag)  
      TagDepartedEvent​(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

      • TagDepartedEvent

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

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