Interface IJCameramanObserver

All Known Implementing Classes:
DummyJCameramanSampleChanger, JActorSampleChanger, OscarSampleChanger

public interface IJCameramanObserver
Interface for classes wishing to be notified of operations finishing in Rigaku samplechangers.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    commandComplete(rigaku.jcameraman.RobotEvent event)
    Called when a command has been completed in the Rigaku system.
  • Method Details

    • commandComplete

      void commandComplete(rigaku.jcameraman.RobotEvent event)
      Called when a command has been completed in the Rigaku system.
      Parameters:
      event - - the event that has just been completed.