|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPublishListener
A publish listener is used to listen for publishing events from a server. The events are typically received in the following order: publishStarted() - The publish operation is starting publishModuleStarted() - This section is fired for each module in the server publishModuleFinished() - This module is finished publishing publishModuleStarted() - The next module is publishing ... publishFinished() - The publish operation is finished
Publish listeners are added to a server via IServer.addPublishListener().
IServer
Method Summary | |
---|---|
void |
publishFinished(IServer server,
IStatus status)
Publishing has finished. |
void |
publishStarted(IServer server)
Fired to notify that publishing has begun. |
Method Detail |
---|
void publishStarted(IServer server)
server
- the server that publishing started onvoid publishFinished(IServer server, IStatus status)
server
- the server that publishing finished onstatus
- indicating what (if anything) went wrong
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |