Package org.dreambot.api.script.listener
Interface InventoryListener
-
- All Superinterfaces:
java.util.EventListener
public interface InventoryListener extends java.util.EventListener
Created with IntelliJ IDEA.- Since:
- : 8/14/2015 Time : 1:51 AM
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onItemChange(Item[] changes)
-
-
-
Method Detail
-
onItemChange
void onItemChange(Item[] changes)
-
-