public interface InvalidChangeEvent extends Serializable
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
getErrorMessage()
Get the event source component error message, if available.
|
boolean |
isFromClient()
Get whether the event was originated from the client.
|
boolean |
isInvalid()
Get whether the event source component is not valid.
|
boolean isFromClient()
boolean isInvalid()
Copyright © 2020 The Holon Platform. All rights reserved.