Class RemoteRequestKey

  • All Implemented Interfaces:
    Key

    public class RemoteRequestKey
    extends java.lang.Object
    implements Key
    • Constructor Detail

      • RemoteRequestKey

        public RemoteRequestKey​(java.io.ObjectInputStream is,
                                java.io.ObjectOutputStream os,
                                RemoteRequestKeys keys,
                                java.lang.String name)
    • Method Detail

      • getId

        public int getId()
        Specified by:
        getId in interface Key
      • isDown

        public boolean isDown()
        Specified by:
        isDown in interface Key
      • isUp

        public boolean isUp()
        Specified by:
        isUp in interface Key
      • waitForPress

        public void waitForPress()
        Specified by:
        waitForPress in interface Key
      • simulateEvent

        public void simulateEvent​(int event)
        Specified by:
        simulateEvent in interface Key
      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface Key
      • callListeners

        public void callListeners()