Searched defs:actionListener (Results 1 - 1 of 1) 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"));

Completed in 256 milliseconds