Package tethys
Class TethysState
java.lang.Object
tethys.TethysState
Basis for a message system which will get passed around whenever something happens in
 Tethys, whether it be a new connection, progress during data output, etc.
- Author:
 - dg50
 
- 
Nested Class Summary
Nested Classes - 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionTethysState(TethysState.StateType stateType) TethysState(TethysState.StateType stateType, Collection collection)  - 
Method Summary
Modifier and TypeMethodDescription 
- 
Field Details
- 
stateType
 - 
collection
 
 - 
 - 
Constructor Details
- 
TethysState
 - 
TethysState
 
 - 
 - 
Method Details
- 
getCollection
- Returns:
 - the collection associated with this notification. Note that there is an OTHER category in Collections which is used for server / project updates, making it easier to switch on the collection type when notifications are received.
 
 - 
getStateType
- Returns:
 - the stateType
 
 
 -