Package io.deephaven.appmode
Class Application
java.lang.Object
io.deephaven.appmode.Application
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic interface -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Application.Builderbuilder()abstract Fieldsfields()The fields.abstract Stringid()The application id, should be unique and unchanging.abstract Stringname()The application name.final ApplicationStatetoState(ApplicationState.Listener appStateListener)
-
Constructor Details
-
Application
public Application()
-
-
Method Details
-
builder
-
id
The application id, should be unique and unchanging.- Returns:
- the application id
-
name
The application name.- Returns:
- the application name
-
fields
The fields.- Returns:
- the fields
-
toState
-