I have a actionSave class which extends AbstractAction.I use it for save button. somewhere else i want to run the same instant of it which was used for the button. I came to conclusion to use it as below but i do not know what to pass as argument?
model.getActionSave().actionPerformed("what should i add here for action event");