public class ReadOnlyModeChangedEvent
extends org.springframework.context.ApplicationEvent
source| Constructor and Description |
|---|
ReadOnlyModeChangedEvent(Object source,
boolean readOnlyModeIsOn)
Initializes an instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isReadOnlyModeIsOn()
Returns
true in case the read-only mode is enabled; false if it is disabled. |
getSource, toStringpublic ReadOnlyModeChangedEvent(Object source, boolean readOnlyModeIsOn)
source - the event source objectreadOnlyModeIsOn - true in case the read-only mode is enabled; false if it is disabledCopyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.