Uses of Interface
net.kbox.component.Unique

Packages that use Unique
net.kbox This package contains the core classes. 
net.kbox.component This package contains some component classes. 
 

Uses of Unique in net.kbox
 

Methods in net.kbox with parameters of type Unique
 void ActionController.keyPressedAction(java.lang.String type, java.lang.String keyName, Unique uniuqe)
          Forward the key pressed event.
 

Uses of Unique in net.kbox.component
 

Classes in net.kbox.component that implement Unique
 class KCommand
          KCommand extends Command, containing two new field: uniqueID and parameters.
 class KCustomItem
          KCustomItem used for inteading of CustomItem.
 class KGameCanvas
          The event model of GameCanvas is stinking: is A canvas worth of a thread?