Class ServersListener
java.lang.Object
ServersListener
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener
public final class ServersListener
- extends java.lang.Object
- implements java.awt.event.ActionListener
Handle action events generated by the servers branch
of the PubSubConfig window.
Method Summary |
void |
actionPerformed(java.awt.event.ActionEvent e)
Accept action events generated by the servers branch
of the PubSubConfig window. |
private void |
onAddServer(java.awt.event.ActionEvent e)
|
private void |
onCommitServer(java.awt.event.ActionEvent e)
|
private void |
onDeleteServer(java.awt.event.ActionEvent e)
|
private void |
onIgnoreServer(java.awt.event.ActionEvent e)
|
private void |
onServerHttp(java.awt.event.ActionEvent e)
|
private void |
onServerHttps(java.awt.event.ActionEvent e)
|
private void |
onServerList(java.awt.event.ActionEvent e)
|
private void |
onTestServer(java.awt.event.ActionEvent e)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
win
private PubSubConfig win
ServersListener
public ServersListener(PubSubConfig _win)
- Default Constructor
onServerList
private void onServerList(java.awt.event.ActionEvent e)
- Parameters:
e
- is the action event object representing the event.
onAddServer
private void onAddServer(java.awt.event.ActionEvent e)
- Parameters:
e
- is the action event object representing the event.
onIgnoreServer
private void onIgnoreServer(java.awt.event.ActionEvent e)
- Parameters:
e
- is the action event object representing the event.
onCommitServer
private void onCommitServer(java.awt.event.ActionEvent e)
- Parameters:
e
- is the action event object representing the event.
onDeleteServer
private void onDeleteServer(java.awt.event.ActionEvent e)
- Parameters:
e
- is the action event object representing the event.
onServerHttp
private void onServerHttp(java.awt.event.ActionEvent e)
- Parameters:
e
- is the action event object representing the event.
onServerHttps
private void onServerHttps(java.awt.event.ActionEvent e)
- Parameters:
e
- is the action event object representing the event.
onTestServer
private void onTestServer(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 servers branch
of the PubSubConfig window.
- Specified by:
actionPerformed
in interface java.awt.event.ActionListener
- Parameters:
e
- is the action event object representing the event.