|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectrcf.core.concurrent.events.AbstractEventSource
rcf.core.framework.component.AbstractDynamicProperty<RADService.State>
radtools.services.AbstractRADService.AbstractRADServiceState
public abstract class AbstractRADService.AbstractRADServiceState
TODO: Javadoc
TODO: Unit tests, Code review, Javadoc review, Seal/Finalize TODO: equals, hashCode, toString
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class rcf.core.framework.component.AbstractDynamicProperty |
|---|
AbstractDynamicProperty.BooleanUpdate, AbstractDynamicProperty.DoubleUpdate, AbstractDynamicProperty.EnumComboUpdate<T>, AbstractDynamicProperty.EnumRadioUpdate<T>, AbstractDynamicProperty.IntegerUpdate, AbstractDynamicProperty.StringUpdate |
| Nested classes/interfaces inherited from interface rcf.core.framework.component.DynamicProperty |
|---|
DynamicProperty.Default<T> |
| Nested classes/interfaces inherited from interface rcf.core.framework.component.DynamicBound |
|---|
DynamicBound.GUIType |
| Nested classes/interfaces inherited from interface rcf.core.concurrent.primitives.Latch |
|---|
rcf.core.concurrent.primitives.Latch.LatchCondition<T> |
| Field Summary | |
|---|---|
protected RADService.State |
state
TODO: Javadoc |
| Fields inherited from class rcf.core.framework.component.AbstractDynamicProperty |
|---|
component, dynamicPropertyEventTypes, type |
| Fields inherited from class rcf.core.concurrent.events.AbstractEventSource |
|---|
syndicate |
| Constructor Summary | |
|---|---|
AbstractRADService.AbstractRADServiceState()
TODO: Javadoc |
|
AbstractRADService.AbstractRADServiceState(rcf.core.util.collection.ImmutableCollection<RADService.State> _elements)
TODO: Javadoc |
|
| Method Summary | |
|---|---|
protected abstract RADService.State |
check()
TODO: Javadoc |
protected void |
force(RADService.State _state,
Throwable _cause)
TODO: Javadoc |
RADService.State |
get()
TODO: Javadoc Get the content element of this singleton. |
PropertyMode |
mode()
TODO: Javadoc Determine if this property is readable, writeable, neither or both. |
String |
name()
TODO: Javadoc The name of the property this object represents. |
void |
refresh()
TODO: Javadoc |
RADService.State |
set(RADService.State a)
TODO: Javadoc Set the content element of this singleton. |
protected abstract void |
update(RADService.State state)
TODO: Javadoc |
| Methods inherited from class rcf.core.framework.component.AbstractDynamicProperty |
|---|
bind, component, dynamicPropertyEventTypes, events, expect, getAs, gui, icon, popupMenu, setAs, type, use |
| Methods inherited from class rcf.core.concurrent.events.AbstractEventSource |
|---|
createdSyndicate, destroyedSyndicate, getSequenceNumber, incSequenceNumber, isSyndicated, syndicate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface rcf.core.concurrent.events.EventSource |
|---|
getSequenceNumber, incSequenceNumber, isSyndicated, syndicate |
| Field Detail |
|---|
protected RADService.State state
| Constructor Detail |
|---|
public AbstractRADService.AbstractRADServiceState()
public AbstractRADService.AbstractRADServiceState(rcf.core.util.collection.ImmutableCollection<RADService.State> _elements)
_elements - | Method Detail |
|---|
protected abstract RADService.State check()
protected void force(RADService.State _state,
Throwable _cause)
_state - _cause - public RADService.State get()
ImmutableSingletonInterface
public PropertyMode mode()
ReflectedPropertyStaticGetMethod or StaticSetMethod annotated method may override the value specified here.
It is an error to specify that a final field is writeable, and it is a warning to specify that e.g. a field
is not readable when it has a StaticGetMethod method or not writeable with a StaticSetMethod method.
mode in interface ReflectedPropertymode in class AbstractDynamicProperty<RADService.State>public String name()
ReflectedProperty
public void refresh()
public RADService.State set(RADService.State a)
SingletonInterface
a - The new content element of this singleton.
protected abstract void update(RADService.State state)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||