public interface Conditions
Modifier and Type | Method and Description |
---|---|
void |
addConditionsListener(ConditionsListener listener)
Add a listener to be notified about changes to these conditions.
|
<T> CachedConditions<T> |
getCachedSubConditions(Class<T> type,
String name) |
RawConditions |
getRawSubConditions(String name) |
ConditionsSet |
getSubConditions(String name) |
void |
removeConditionsListener(ConditionsListener listener)
Remove a change listener from these conditions.
|
ConditionsSet getSubConditions(String name) throws ConditionsManager.ConditionsSetNotFoundException
RawConditions getRawSubConditions(String name) throws ConditionsManager.ConditionsSetNotFoundException
<T> CachedConditions<T> getCachedSubConditions(Class<T> type, String name) throws ConditionsManager.ConditionsSetNotFoundException
void addConditionsListener(ConditionsListener listener)
listener
- The listener to add.void removeConditionsListener(ConditionsListener listener)
listener
- The listener to remove.Copyright © 2016 Linear Collider Detector (LCD). All rights reserved.