Class GetFileEventHandler

  • All Implemented Interfaces:
    org.bitrepository.client.eventhandler.EventHandler

    public class GetFileEventHandler
    extends Object
    implements org.bitrepository.client.eventhandler.EventHandler
    • Constructor Detail

      • GetFileEventHandler

        public GetFileEventHandler()
        Constructor
    • Method Detail

      • getInfo

        public String getInfo()
      • handleEvent

        public void handleEvent​(org.bitrepository.client.eventhandler.OperationEvent event)
        Specified by:
        handleEvent in interface org.bitrepository.client.eventhandler.EventHandler
      • waitForFinish

        public void waitForFinish()
                           throws InterruptedException
        Method to wait for the operation to complete. The method is blocking.
        Throws:
        InterruptedException - if the thread is interrupted
      • hasFailed

        public boolean hasFailed()
        Method to determine if the operation failed. The method should not be called prior to a call to waitForFinish() have returned.
        Returns:
        false if the operation succeeded, otherwise true.