Package com.metratec.lib.inventory.event
Class InventoryChangedEvent
- java.lang.Object
-
- com.metratec.lib.rfidreader.event.RfidEvent
-
- com.metratec.lib.inventory.event.InventoryChangedEvent
-
- All Implemented Interfaces:
Serializable
public class InventoryChangedEvent extends RfidEvent
- Author:
- man
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getLostTags()
List<String>
getNewTags()
List<String>
getTags()
-
Methods inherited from class com.metratec.lib.rfidreader.event.RfidEvent
getIdentifier, getTimestamp
-
-
-
-
Constructor Detail
-
InventoryChangedEvent
public InventoryChangedEvent(String identifier, List<String> tags, List<String> newTags, List<String> lostTags)
-
-