public class CheckBoxMouseClickEventListener extends java.lang.Object implements MouseClickEventListener
Constructor and Description |
---|
CheckBoxMouseClickEventListener() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Used to compare instances of this event listener.
|
void |
process(MouseClickEvent event)
Used to handle event.
|
public void process(MouseClickEvent event)
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
obj
- object to compare.