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)
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServerControlAdapter
public ServerControlAdapter()
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.