Class PubSubConfigListener

java.lang.Object
  extended by PubSubConfigListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public final class PubSubConfigListener
extends java.lang.Object
implements java.awt.event.ActionListener

Handle action events generated by the PubSubConfig window.


Field Summary
private  PubSubConfig win
           
 
Constructor Summary
PubSubConfigListener(PubSubConfig _win)
          Default Constructor
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Accept action events generated by the PubSubConfig window.
private  void onConfigApply(java.awt.event.ActionEvent e)
           
private  void onConfigCancel(java.awt.event.ActionEvent e)
           
private  void onConfigOk(java.awt.event.ActionEvent e)
           
private  void onKeystoreBrowse(java.awt.event.ActionEvent e)
           
private  void onLogFileBrowse(java.awt.event.ActionEvent e)
           
private  void onTemplateBrowse(java.awt.event.ActionEvent e)
           
private  void onTrayBrowse(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

win

private PubSubConfig win
Constructor Detail

PubSubConfigListener

public PubSubConfigListener(PubSubConfig _win)
Default Constructor

Method Detail

onTrayBrowse

private void onTrayBrowse(java.awt.event.ActionEvent e)
Parameters:
e - is the action event object representing the event.

onTemplateBrowse

private void onTemplateBrowse(java.awt.event.ActionEvent e)
Parameters:
e - is the action event object representing the event.

onKeystoreBrowse

private void onKeystoreBrowse(java.awt.event.ActionEvent e)
Parameters:
e - is the action event object representing the event.

onLogFileBrowse

private void onLogFileBrowse(java.awt.event.ActionEvent e)
Parameters:
e - is the action event object representing the event.

onConfigOk

private void onConfigOk(java.awt.event.ActionEvent e)
Parameters:
e - is the action event object representing the event.

onConfigCancel

private void onConfigCancel(java.awt.event.ActionEvent e)
Parameters:
e - is the action event object representing the event.

onConfigApply

private void onConfigApply(java.awt.event.ActionEvent e)
Parameters:
e - is the action event object representing the event.

actionPerformed

public final void actionPerformed(java.awt.event.ActionEvent e)
Accept action events generated by the PubSubConfig window.

Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
e - is the action event object representing the event.