public class RegisterParameterEvent extends Object implements ISynchronousEvent<AbstractParameter<?>>
| Constructor and Description |
|---|
RegisterParameterEvent(AbstractParameter<?> param)
Constructor that sets up the payload.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractParameter<?> |
getParameter()
Returns the parameter that is to be registered in the Configuration.
|
public RegisterParameterEvent(AbstractParameter<?> param)
param - the parameter that is to be registered in the Configuration.public AbstractParameter<?> getParameter()
Copyright © 2017–2019. All rights reserved.