com.wily.introscope.client.alerts.interfaces
Interface IPostStartupHandler
- All Known Implementing Classes:
- TestPostStartupHandler, TestPostStartupHandler_PauseResume
public interface IPostStartupHandler
This interface should be implemented by the SDK user if
an entry point is required by you into your code on the
web container startup. This is not required if you already
have an alternate entry point, say another web application.
Method Summary |
void |
postStartup()
This method needs to be implemented to handle
any post startup work that needs needs to be done
once the SDK Web Applciation has started up. |
postStartup
void postStartup()
- This method needs to be implemented to handle
any post startup work that needs needs to be done
once the SDK Web Applciation has started up. Typically
this will be the entry point for your application.
Copyright © 2007 CA Inc. All Rights Reserved.