|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IApplicationOverrideControl
Interface for application override control. This interface contains methods for control of the application override.
| Method Summary | |
|---|---|
void |
addOverrideListener(IApplicationOverrideListener listener)
Adds a listener for the changes of the application override. |
void |
clipApplicationOverride(double override)
Sets the application override to the specified value, but only if it is equal to or smaller than the current application override. |
void |
clipManualOverride(double override)
Sets the manual override to the specified value, but only if it is equal to or smaller than the current manual override. |
double |
getApplicationOverride()
Returns the application override. |
double |
getEffectiveOverride()
Returns the effective override of the application. |
double |
getManualOverride()
Returns the manual override of the application. |
void |
removeOverrideListener(IApplicationOverrideListener listener)
Remove an application override listener. |
void |
setApplicationOverride(double override)
Sets the application override to the specified value. |
| Method Detail |
|---|
double getManualOverride()
void clipManualOverride(double override)
override - Manual override will be set to this value [0:1], but only if
it is equal to or smaller than the current manual override.double getApplicationOverride()
void setApplicationOverride(double override)
override - Application override will be set to this value [0:1].void clipApplicationOverride(double override)
override - Application override will be set to this value [0:1], but only
if it is equal to or smaller than the current application
override.double getEffectiveOverride()
void addOverrideListener(IApplicationOverrideListener listener)
listener - the listenervoid removeOverrideListener(IApplicationOverrideListener listener)
listener - the listener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||