|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.wst.server.core.util.PublishAdapter
public class PublishAdapter
Helper class which implements the IPublishListener interface with empty methods.
IPublishListener
Constructor Summary | |
---|---|
PublishAdapter()
|
Method Summary | |
---|---|
void |
publishFinished(IServer server,
org.eclipse.core.runtime.IStatus status)
Publishing has finished. |
void |
publishStarted(IServer server)
Fired to notify that publishing has begun. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PublishAdapter()
Method Detail |
---|
public void publishStarted(IServer server)
IPublishListener
publishStarted
in interface IPublishListener
server
- the server that publishing started onIPublishListener.publishStarted(IServer)
public void publishFinished(IServer server, org.eclipse.core.runtime.IStatus status)
IPublishListener
publishFinished
in interface IPublishListener
server
- the server that publishing finished onstatus
- indicating what (if anything) went wrongIPublishListener.publishFinished(IServer, IStatus)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |