Uses of Class
hermes.postoffice.OscMessage

Packages that use OscMessage
hermes   
hermes.postoffice   
 

Uses of OscMessage in hermes
 

Methods in hermes with parameters of type OscMessage
 void HObject.receive(OscMessage m)
          Override if you want your Being to handle OSC messages
 void GenericGroup.receive(OscMessage m)
          Override if you want your group to handle OSC messages
 

Uses of OscMessage in hermes.postoffice
 

Methods in hermes.postoffice with parameters of type OscMessage
 void OscSubscriber.receive(OscMessage m)
          Receives and handles Osc message sent to object by PostOffice.