Class CompoundBeamPassingMonitor
java.lang.Object
uk.ac.gda.component.beamline.common.CompoundBeamPassingMonitor
- All Implemented Interfaces:
Findable,BeamPassing
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()Get the object name.voidSet or change the name of the object (as defined in XML).
-
Constructor Details
-
CompoundBeamPassingMonitor
-
-
Method Details
-
canBeamPass
public boolean canBeamPass()- Specified by:
canBeamPassin interfaceBeamPassing
-
setName
Description copied from interface:FindableSet or change the name of the object (as defined in XML). -
getName
Description copied from interface:FindableGet the object name. Used by Castor to check if the object name has been set before calling theFindable.setName(String)method.
-