com.starbase.starteam
Class ServerControlAdapter

java.lang.Object
  |
  +--com.starbase.starteam.ServerControlAdapter
All Implemented Interfaces:
java.util.EventListener, ServerControlListener

public abstract class ServerControlAdapter
extends java.lang.Object
implements ServerControlListener

A stub implementation of the ServerControlListener interface.

This class is provided as a convenience for easily creating listeners. An application can extend this class and override only the methods of interest.

See Also:
ServerControlEvent, ServerControlListener, Server.addServerControlListener(com.starbase.starteam.ServerControlListener)

Constructor Summary
ServerControlAdapter()
           
 
Method Summary
 void serverStarted(ServerControlEvent e)
          Invoked when a Server is restarted.
 void serverStopped(ServerControlEvent e)
          Invoked when a Server is stopped.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerControlAdapter

public ServerControlAdapter()
Method Detail

serverStopped

public void serverStopped(ServerControlEvent e)
Invoked when a Server is stopped.

Specified by:
serverStopped in interface ServerControlListener
Parameters:
e - The corresponding ServerControl event.

serverStarted

public void serverStarted(ServerControlEvent e)
Invoked when a Server is restarted.

Specified by:
serverStarted in interface ServerControlListener
Parameters:
e - The corresponding ServerControl event.


StarTeam SDK 10.4, Build 36
Copyright © 2003-2008 Borland Software Corporation. All rights reserved.