hermes.postoffice
Interface KeySubscriber

All Known Implementing Classes:
Being, GenericGroup, Group, HCamera, HObject, MassedBeing

public interface KeySubscriber

Must be implemented by any object that wants to listen for and receive Key messages.


Method Summary
 void receive(KeyMessage m)
          Receives and handles Key message sent to object by PostOffice.
 

Method Detail

receive

void receive(KeyMessage m)
Receives and handles Key message sent to object by PostOffice.

Parameters:
m - the message sent by the PostOffice