Class ModulationChangeEvent
-
- All Implemented Interfaces:
public class ModulationChangeEvent extends ChangeEvent
Object broadcast when modulation has changed.
-
-
Constructor Summary
Constructors Constructor Description ModulationChangeEvent(String modulation, String classNameWhoSentEvent)
ModulationChangeEvent(int modulation, String classNameWhoSentEvent)
-
Method Summary
Modifier and Type Method Description int
getModulationValue()
String
getModulation()
-
-
Method Detail
-
getModulationValue
int getModulationValue()
-
getModulation
String getModulation()
-
-
-
-