Searched refs:actionListener (Results 1 - 2 of 2) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/management/client/
H A DAgentConnection.java56 private ActionListener actionListener = null; field in class:AgentConnection
96 actionListener = listener;
181 if (actionListener != null) {
182 actionListener.actionPerformed(new ActionEvent(this, ActionEvent.ACTION_PERFORMED, "OpenGrok fileevent"));
H A DOpenGrokTrayApp.java101 ActionListener actionListener = new ActionListener() {
110 return actionListener;
372 final ActionListener actionListener = getAgentActionListener();
377 agent.setActionListener(actionListener);
381 trayIcon.addActionListener(actionListener);

Completed in 9 milliseconds