Package org.dreambot.api.script.listener
Interface MenuRowListener
-
- All Superinterfaces:
java.util.EventListener
public interface MenuRowListener extends java.util.EventListener
This is an menu listener used by scripts or other classes Events sent by a threaded menu listener, only dispatched while a script is running. New Injections required to use
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
onRowAdded(MenuRow eventRow)
Event method called when a row is added to the menu
-
-
-
Method Detail
-
onRowAdded
default void onRowAdded(MenuRow eventRow)
Event method called when a row is added to the menu- Parameters:
eventRow
- MenuRow that is added to menu
-
-