-
- All Known Subinterfaces:
Instrument<T>
- All Known Implementing Classes:
InstrumentImpl
public interface ReinitialisableDefines an interface for object that can be reinitialised.- Author:
- Arnaud BLOUIN
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreinit()Reinitialises the object.
-