| IChangeIndicator |
Very simple interface for an object that has changed/unchanged indication.
|
| IClearable |
Basic interface for the common action of resetting an objects contents to the
initial state.
|
| ICloseable |
Interface of an object, which may be closed and can be checked if it is
closed.
|
| IContinueIndicator |
Very simple interface for an object that has continue/break indication.
|
| IEnabledIndicator |
Simple interface for all objects that can be enabled and disabled.
|
| IErrorIndicator |
Very simple interface for an object that has error/noError indication.
|
| IHandledIndicator |
Very simple interface for an object that has handled indication.
|
| IInterruptIndicator |
Very simple interface for an object that has interrupted indication.
|
| ILeftRightIndicator |
Very simple interface for an object that has left/right indication.
|
| IMandatoryIndicator |
Very simple interface for an object that has mandatory/optional indication.
|
| IStoppable |
Marker interface to indicate that something can be stopped.
|
| ISuccessIndicator |
Very simple interface for an object that has success/failure indication.
|
| ITopBottomIndicator |
Very simple interface for an object that has top/bottom indication.
|
| ITriState |
Base interface for the tri state.
|
| IValidityIndicator |
Very simple interface for an object that has valid/invalid indication.
|