Interface Rotatable
-
- All Known Implementing Classes:
EPICSFwdLink,EPICSInLink,EPICSLink,EPICSLinkOut,EPICSLinkOutIn,EPICSOutLink,EPICSVarLink,EPICSVarOutLink,Record,TemplateEPICSMacro,TemplateEPICSPort
public interface RotatableInsert the type's description here. Creation date: (30.1.2001 16:49:56)- Author:
- Matej Sekoranja
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisRight()Insert the method's description here.voidrotate()Insert the method's description here.voidsetRight(boolean state)Insert the method's description here.
-
-
-
Method Detail
-
isRight
boolean isRight()
Insert the method's description here. Creation date: (30.1.2001 16:51:11)- Returns:
- boolean
-
rotate
void rotate()
Insert the method's description here. Creation date: (30.1.2001 16:51:03)
-
setRight
void setRight(boolean state)
Insert the method's description here. Creation date: (30.1.2001 16:51:31)- Parameters:
state- boolean
-
-