Interface MachineAware
- All Known Implementing Classes:
MostDirectConnectionSelector
public interface MachineAware
This indicates a class that can be told about the machine.
-
Method Summary
Modifier and Type Method Description Machine
getMachine()
void
setMachine(Machine machine)
-
Method Details
-
getMachine
Machine getMachine()- Returns:
- The machine that the class was told about.
-
setMachine
- Parameters:
machine
- The machine to tell the class about.
-