Uses of Interface
t3.hrd.state.StateListener

Packages that use StateListener
t3.hrd.state   
 

Uses of StateListener in t3.hrd.state
 

Fields in t3.hrd.state declared as StateListener
protected  StateListener StateManager.stateListener
           
 

Methods in t3.hrd.state with parameters of type StateListener
protected  Link StateManager.factoryReturnNewLinkObject(StateListener tilesListener, int linkId, int displayType, java.awt.Color c, ScaRotTraTransformImmutable tStandardRectToDESKrectA, ScaRotTraTransformImmutable tStandardRectToDESKrectB)
           
protected  Tile StateManager.factoryReturnNewTileObject(StateListener tilesListener, int tileId, int w, int h, int flags, boolean usePowersOfTwo)
           
 

Constructors in t3.hrd.state with parameters of type StateListener
StateManager(StateListener stateListener, boolean usePowersOfTwo, boolean backTiles, int maxDimensionForTileImages, int splitDimensionForTileImages)
          Creates a StateManager.