Uses of Interface
hermes.postoffice.MouseWheelSubscriber

Packages that use MouseWheelSubscriber
hermes   
hermes.physics   
hermes.postoffice   
 

Uses of MouseWheelSubscriber in hermes
 

Classes in hermes that implement MouseWheelSubscriber
 class Being
          General game object class.
 class GenericGroup<A extends HObject,B extends Collection<A>>
          Groups together generic HObjects using the specified collection that share common attributes and interact with another group of HObjects.
 class Group<A extends HObject>
          Groups together Beings that share common attributes and interact with other HObjects.
 class HCamera
          HCamera determines which Beings get drawn.
 class HObject
          Basic game object class.
 

Methods in hermes with parameters of type MouseWheelSubscriber
 void World.subscribe(MouseWheelSubscriber sub)
          Registers a subscription to the mouse wheel (one subscription gets you everything).
 

Uses of MouseWheelSubscriber in hermes.physics
 

Classes in hermes.physics that implement MouseWheelSubscriber
 class MassedBeing
          An extension of Being representing a body with mass and elasticity.
 

Uses of MouseWheelSubscriber in hermes.postoffice
 

Methods in hermes.postoffice with parameters of type MouseWheelSubscriber
 void PostOffice.subscribe(MouseWheelSubscriber sub)
          Registers a subscription to the mouse wheel (one subscription gets you everything).