| Interface | Description |
|---|---|
| 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.
|
| 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.
|
| IFinishIndicator |
Very simple interface for an object that has finished/unfinished 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.
|
| Class | Description |
|---|---|
| ChangeWithValue<DATATYPE> |
Wraps a change indicator and an arbitrary value.
|
| SuccessWithValue<DATATYPE> |
Wraps a success indicator and an arbitrary value.
|
| Enum | Description |
|---|---|
| EChange |
Small enum for setter method to identify whether a value has changed or not.
|
| EContinue |
Small enum for manager actions to indicate continue or break states.
|
| EEnabled |
Small enum for setter method to identify whether an object is enabled or not.
|
| EFinish |
Small enum for manager actions to indicate finished or unfinished states.
|
| EInterrupt |
Small enum for setter method to identify whether a value has changed or not.
|
| ELeftRight |
Small enum for left and right
|
| EMandatory |
Small enum for setter method to identify whether a value is mandatory or not.
|
| ESuccess |
Small enum for manager actions to indicate success or failure.
|
| ETopBottom |
Small enum for top and bottom
|
| ETriState |
Represents an object that has one of 3 different states compared to a boolean
that has only 2 different states.
|
| EValidity |
Small enum for checks to indicate valid or invalid.
|
Copyright © 2014–2015 Philip Helger. All rights reserved.