Uses of Class
jrummikub.util.Event1

Packages that use Event1
jrummikub.view   
jrummikub.view.impl   
 

Uses of Event1 in jrummikub.view
 

Methods in jrummikub.view that return Event1
 Event1<StoneSet> ITablePanel.getLeftConnectorClickEvent()
          the left connector click event is emitted when the player clicks on a left connector of a stone set on the table .
 Event1<StoneSet> ITablePanel.getRightConnectorClickEvent()
          the right connector click event is emitted when the player clicks on a right connector of a stone set on the table .
 

Uses of Event1 in jrummikub.view.impl
 

Methods in jrummikub.view.impl that return Event1
 Event1<Position> AbstractStonePanel.getClickEvent()
           
 Event1<StoneSet> TablePanel.getLeftConnectorClickEvent()
           
 Event1<StoneSet> TablePanel.getRightConnectorClickEvent()