public class RadioButtonClickEventListener extends java.lang.Object implements MouseClickEventListener
MouseClickEvent
event listener. Used to update state of radio buttons in current radio button group.Constructor and Description |
---|
RadioButtonClickEventListener() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
void |
process(MouseClickEvent event)
Used to handle
MouseClickEvent |
public void process(MouseClickEvent event)
MouseClickEvent
process
in interface EventListener<MouseClickEvent>
process
in interface MouseClickEventListener
event
- event to handle.public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object