Class TopicsListener
java.lang.Object
TopicsListener
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener
public final class TopicsListener
- extends java.lang.Object
- implements java.awt.event.ActionListener
Handle action events generated by the topics branch
of 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
TopicsListener
public TopicsListener(PubSubConfig _win)
- Default Constructor
onTopicList
private void onTopicList(java.awt.event.ActionEvent e)
- Parameters:
e
- is the action event object representing the event.
onAddTopic
private void onAddTopic(java.awt.event.ActionEvent e)
- Parameters:
e
- is the action event object representing the event.
onIgnoreTopic
private void onIgnoreTopic(java.awt.event.ActionEvent e)
- Parameters:
e
- is the action event object representing the event.
onCommitTopic
private void onCommitTopic(java.awt.event.ActionEvent e)
- Parameters:
e
- is the action event object representing the event.
onDeleteTopic
private void onDeleteTopic(java.awt.event.ActionEvent e)
- Parameters:
e
- is the action event object representing the event.
onTopicNameBrowse
private void onTopicNameBrowse(java.awt.event.ActionEvent e)
- Parameters:
e
- is the action event object representing the event.
onTopicCreate
private void onTopicCreate(java.awt.event.ActionEvent e)
- Parameters:
e
- is the action event object representing the event.
onTopicRetractable
private void onTopicRetractable(java.awt.event.ActionEvent e)
- Parameters:
e
- is the action event object representing the event.
onTopicOpen
private void onTopicOpen(java.awt.event.ActionEvent e)
- Parameters:
e
- is the action event object representing the event.
onTopicLocked
private void onTopicLocked(java.awt.event.ActionEvent e)
- Parameters:
e
- is the action event object representing the event.
onTopicHttp
private void onTopicHttp(java.awt.event.ActionEvent e)
- Parameters:
e
- is the action event object representing the event.
onTopicHttps
private void onTopicHttps(java.awt.event.ActionEvent e)
- Parameters:
e
- is the action event object representing the event.
onTopicPublish
private void onTopicPublish(java.awt.event.ActionEvent e)
- Parameters:
e
- is the action event object representing the event.
onTopicPublishBrowse
private void onTopicPublishBrowse(java.awt.event.ActionEvent e)
- Parameters:
e
- is the action event object representing the event.
onTopicSubscribe
private void onTopicSubscribe(java.awt.event.ActionEvent e)
- Parameters:
e
- is the action event object representing the event.
onTopicSubscribeBrowse
private void onTopicSubscribeBrowse(java.awt.event.ActionEvent e)
- Parameters:
e
- is the action event object representing the event.
onTopic2Servers
private void onTopic2Servers(java.awt.event.ActionEvent e)
- Parameters:
e
- is the action event object representing the event.
onListenHttp
private void onListenHttp(java.awt.event.ActionEvent e)
- Parameters:
e
- is the action event object representing the event.
onListenHttps
private void onListenHttps(java.awt.event.ActionEvent e)
- Parameters:
e
- is the action event object representing the event.
onTopicServerList
private void onTopicServerList(java.awt.event.ActionEvent e)
- Parameters:
e
- is the action event object representing the event.
onTopicAddServer
private void onTopicAddServer(java.awt.event.ActionEvent e)
- Parameters:
e
- is the action event object representing the event.
onTopicIgnoreServer
private void onTopicIgnoreServer(java.awt.event.ActionEvent e)
- Parameters:
e
- is the action event object representing the event.
onTopicCommitServer
private void onTopicCommitServer(java.awt.event.ActionEvent e)
- Parameters:
e
- is the action event object representing the event.
onTopicDeleteServer
private void onTopicDeleteServer(java.awt.event.ActionEvent e)
- Parameters:
e
- is the action event object representing the event.
onTopicServerHttp
private void onTopicServerHttp(java.awt.event.ActionEvent e)
- Parameters:
e
- is the action event object representing the event.
onTopicServerHttps
private void onTopicServerHttps(java.awt.event.ActionEvent e)
- Parameters:
e
- is the action event object representing the event.
onServer2Topics
private void onServer2Topics(java.awt.event.ActionEvent e)
- Parameters:
e
- is the action event object representing the event.
onTopicTestServer
private void onTopicTestServer(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 topics branch
of the PubSubConfig window.
- Specified by:
actionPerformed
in interface java.awt.event.ActionListener
- Parameters:
e
- is the action event object representing the event.