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 SummaryConstructors Constructor Description ActionEventFirer()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(ActionListener listener)voidfire(Object source, int id, String command)voidremove(ActionListener listener)
 
- 
- 
- 
Method Detail- 
addpublic void add(ActionListener listener) 
 - 
removepublic void remove(ActionListener listener) 
 
- 
 
-