Class PubSubConfigListener
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
win
private PubSubConfig win
PubSubConfigListener
public PubSubConfigListener(PubSubConfig _win)
- Default Constructor
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.