hermes.postoffice
Class POCodes

java.lang.Object
  extended by hermes.postoffice.POCodes

public class POCodes
extends java.lang.Object

Constants used for Post Office. Contains constants representing keys and mouse buttons.


Nested Class Summary
static class POCodes.Button
          Indicated Button sending mouse message
static class POCodes.Click
          Indicates button event creating mouse message PRESSED, RELEASED, DRAGGED correspond to buttons MOVED corresponds to Button.NO
static class POCodes.Key
           
 
Constructor Summary
POCodes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

POCodes

public POCodes()