Methods in jrummikub.view that return IEvent2 |
IEvent2<Stone,java.lang.Boolean> |
IStonePanel.getRangeClickEvent()
the range click event is emitted when the player clicks on the table/hand/
etc. and wants to select a range instead of a single stone |
IEvent2<Stone,java.lang.Boolean> |
IStonePanel.getSetClickEvent()
the set click event is emitted when the player clicks on the table/hand/
etc. and wants to select a whole set instead of a single stone |
IEvent2<Stone,java.lang.Boolean> |
IStonePanel.getStoneClickEvent()
the click event is emitted when the player clicks on the table/hand/etc. |