com.trackstudio.sman.listener
Class StartListener
java.lang.Object
com.trackstudio.sman.listener.StartListener
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener
public class StartListener
- extends java.lang.Object
- implements java.awt.event.ActionListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StartListener
public StartListener(ServerManager sm)
addApplicationServerStartedEventListener
public void addApplicationServerStartedEventListener(ApplicationServerStartedEventListener l)
removeApplicationServerStartedEventListener
public void removeApplicationServerStartedEventListener(ApplicationServerStartedEventListener l)
fireApplicationServerStartedEvent
protected void fireApplicationServerStartedEvent()
addServerManagerStopedEventListener
public void addServerManagerStopedEventListener(ServerManagerStopedEventListener l)
removeServerManagerStopedEventListener
public void removeServerManagerStopedEventListener(ServerManagerStopedEventListener l)
addServerManagerStartedEventListener
public void addServerManagerStartedEventListener(ServerManagerStartedEventListener l)
removeServerManagerStartedEventListener
public void removeServerManagerStartedEventListener(ServerManagerStartedEventListener l)
fireServerManagerStopedEvent
protected void fireServerManagerStopedEvent()
fireServerManagerStartedEvent
protected void fireServerManagerStartedEvent()
getAlreadyUsedPort
public static java.lang.String getAlreadyUsedPort(java.lang.String networkInterface)
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Specified by:
actionPerformed
in interface java.awt.event.ActionListener
Copyright © 2002-2009 TrackStudio, Ltd. All Rights Reserved.