public interface IntegerParameterListener
Parâmetro do Tipo Inteiro.| Modifier and Type | Method and Description |
|---|---|
void |
maximumWasChanged(IntegerParameter parameter)
Este método é chamando quando ocorre mudança no valor máximo aceito.
|
void |
minimumWasChanged(IntegerParameter parameter)
Este método é chamando quando ocorre mudança no valor mínimo aceito.
|
void maximumWasChanged(IntegerParameter parameter)
parameter - O parâmetro (Não aceita null).void minimumWasChanged(IntegerParameter parameter)
parameter - O parâmetro (Não aceita null).Copyright © 2021. All rights reserved.