Interface RMIKey

  • All Superinterfaces:
    java.rmi.Remote
    All Known Implementing Classes:
    RMIRemoteKey

    public interface RMIKey
    extends java.rmi.Remote
    • Method Detail

      • getId

        int getId()
           throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
      • isDown

        boolean isDown()
                throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
      • isUp

        boolean isUp()
              throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
      • waitForPress

        void waitForPress()
                   throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
      • waitForPressAndRelease

        void waitForPressAndRelease()
                             throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
      • addKeyListener

        void addKeyListener​(KeyListener listener)
                     throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
      • simulateEvent

        void simulateEvent​(int event)
                    throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException