Uses of Class
hermes.postoffice.MouseWheelMessage

Packages that use MouseWheelMessage
hermes   
hermes.postoffice   
 

Uses of MouseWheelMessage in hermes
 

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

Uses of MouseWheelMessage in hermes.postoffice
 

Methods in hermes.postoffice with parameters of type MouseWheelMessage
 void MouseWheelSubscriber.receive(MouseWheelMessage m)
          Receives and handles MouseWheel message sent to object by PostOffice.