Uses of Interface
de.esw.eengine.core.IUpdateable

Packages that use IUpdateable
de.esw.eengine.core   
de.esw.eengine.renderable   
de.esw.eengine.renderable.wtk   
 

Uses of IUpdateable in de.esw.eengine.core
 

Subinterfaces of IUpdateable in de.esw.eengine.core
 interface IMap
           
 interface IScript<Type>
           
 

Uses of IUpdateable in de.esw.eengine.renderable
 

Classes in de.esw.eengine.renderable that implement IUpdateable
 class AbstractScript<Type>
           
 class HierarchyNode
           
 class Layer
           
 class SceneEntity
           
 class SceneNode
           
 class Sprite
           
 

Uses of IUpdateable in de.esw.eengine.renderable.wtk
 

Classes in de.esw.eengine.renderable.wtk that implement IUpdateable
 class Desktop
          This defines a desktop which handles the WTK state.
 class FocusManager