Class ActionEventFirer
- java.lang.Object
-
- org.locationtech.jts.jump.workbench.ui.ActionEventFirer
-
public class ActionEventFirer extends Object
Keeps registry of action listeners, triggers each of them on demand with a given ActionEvent.
-
-
Constructor Summary
Constructors Constructor Description ActionEventFirer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(ActionListener listener)
void
fire(Object source, int id, String command)
void
remove(ActionListener listener)
-
-
-
Method Detail
-
add
public void add(ActionListener listener)
-
remove
public void remove(ActionListener listener)
-
-