com.trackstudio.sman.listener
Class StartListener

java.lang.Object
  extended by 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


Constructor Summary
StartListener(ServerManager sm)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void addApplicationServerStartedEventListener(ApplicationServerStartedEventListener l)
           
 void addServerManagerStartedEventListener(ServerManagerStartedEventListener l)
           
 void addServerManagerStopedEventListener(ServerManagerStopedEventListener l)
           
protected  void fireApplicationServerStartedEvent()
           
protected  void fireServerManagerStartedEvent()
           
protected  void fireServerManagerStopedEvent()
           
static java.lang.String getAlreadyUsedPort(java.lang.String networkInterface)
           
 void removeApplicationServerStartedEventListener(ApplicationServerStartedEventListener l)
           
 void removeServerManagerStartedEventListener(ServerManagerStartedEventListener l)
           
 void removeServerManagerStopedEventListener(ServerManagerStopedEventListener l)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartListener

public StartListener(ServerManager sm)
Method Detail

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.