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

/opengrok-sun/src/org/opensolaris/opengrok/management/client/
H A DAgentConnection.java56 private ActionListener actionListener = null; field in class:AgentConnection
95 actionListener = listener;
180 if (actionListener != null) {
181 actionListener.actionPerformed(new ActionEvent(this, ActionEvent.ACTION_PERFORMED, "OpenGrok fileevent"));
H A DOpenGrokTrayApp.java99 ActionListener actionListener = new ActionListener() {
108 return actionListener;
370 final ActionListener actionListener = getAgentActionListener();
375 agent.setActionListener(actionListener);
379 trayIcon.addActionListener(actionListener);

Completed in 8 milliseconds