Uses of Interface
hermes.postoffice.OscSubscriber

Packages that use OscSubscriber
hermes   
hermes.physics   
hermes.postoffice   
 

Uses of OscSubscriber in hermes
 

Classes in hermes that implement OscSubscriber
 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 OscSubscriber
 void World.subscribe(OscSubscriber sub, java.lang.String address)
          Registers a subscription to messages received on a specific OSC address.
 

Uses of OscSubscriber in hermes.physics
 

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

Uses of OscSubscriber in hermes.postoffice
 

Methods in hermes.postoffice with parameters of type OscSubscriber
 void PostOffice.subscribe(OscSubscriber sub, java.lang.String address)
          Registers a subscription to messages received on a specific OSC address.