public class EnableManager extends Object implements EnableListener
EnableNotifier interface.| Constructor and Description |
|---|
EnableManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
componentEnable(EnableEvent evt)
Invoked when a EnableNotifier component is either enabled or disabled.
|
void |
setEnabled(EnableNotifier component,
boolean enable)
Invokes enable or disable on the specified component depending on the
second parameter.
|
public void componentEnable(EnableEvent evt)
EnableListenercomponentEnable in interface EnableListenerevt - the EnableEventpublic void setEnabled(EnableNotifier component, boolean enable)
component - the component to enable or disableenable - if true the component is enabled.Copyright © 2006–2020 Esito AS. All rights reserved.