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