()
| 1553 | |
| 1554 | /// Fires an action event for the current event source. |
| 1555 | @Override |
| 1556 | protected void fireActionEvent() { |
| 1557 | fireActionEvent(new ActionEvent(eventSource, ActionEvent.Type.Other)); |
| 1558 | } |
| 1559 | |
| 1560 | /// Triggers the event to the listeners |
| 1561 | /// |