Uses of Interface
jrummikub.util.IEvent1

Packages that use IEvent1
jrummikub.util   
jrummikub.view   
jrummikub.view.impl   
 

Uses of IEvent1 in jrummikub.util
 

Classes in jrummikub.util that implement IEvent1
 class Event1<T>
          Simple single parameter event generator
 

Uses of IEvent1 in jrummikub.view
 

Methods in jrummikub.view that return IEvent1
 IEvent1<Position> IClickable.getClickEvent()
          the click event is emitted when the player clicks on the table/hand/etc.
 

Uses of IEvent1 in jrummikub.view.impl
 

Methods in jrummikub.view.impl that return IEvent1
(package private)  IEvent1<java.awt.Point> StoneCollectionPanel.getOtherClickEvent()
          The other click event is emitted by the stone collection when the player has clicked on it, but hasn't hit a stone.