com.nokia.ant.listener.internaldata
Class Listener
java.lang.Object
   com.nokia.ant.listener.internaldata.Listener
com.nokia.ant.listener.internaldata.Listener
- All Implemented Interfaces: 
- java.util.EventListener, org.apache.tools.ant.BuildListener, org.apache.tools.ant.SubBuildListener
- public class Listener 
- extends java.lang.Object- implements org.apache.tools.ant.BuildListener, org.apache.tools.ant.SubBuildListener
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Listener
public Listener()
sendData
public void sendData(java.lang.String smtpServer)
- Method to call to trigger the data sending.
 
- 
 
- 
 
buildFinished
public void buildFinished(org.apache.tools.ant.BuildEvent event)
- 
- Specified by:
- buildFinishedin interface- org.apache.tools.ant.BuildListener
 
- 
 
buildStarted
public void buildStarted(org.apache.tools.ant.BuildEvent event)
- 
- Specified by:
- buildStartedin interface- org.apache.tools.ant.BuildListener
 
- 
 
subBuildFinished
public void subBuildFinished(org.apache.tools.ant.BuildEvent event)
- 
- Specified by:
- subBuildFinishedin interface- org.apache.tools.ant.SubBuildListener
 
- 
 
subBuildStarted
public void subBuildStarted(org.apache.tools.ant.BuildEvent event)
- 
- Specified by:
- subBuildStartedin interface- org.apache.tools.ant.SubBuildListener
 
- 
 
messageLogged
public void messageLogged(org.apache.tools.ant.BuildEvent event)
- 
- Specified by:
- messageLoggedin interface- org.apache.tools.ant.BuildListener
 
- 
 
targetFinished
public void targetFinished(org.apache.tools.ant.BuildEvent event)
- 
- Specified by:
- targetFinishedin interface- org.apache.tools.ant.BuildListener
 
- 
 
targetStarted
public void targetStarted(org.apache.tools.ant.BuildEvent event)
- 
- Specified by:
- targetStartedin interface- org.apache.tools.ant.BuildListener
 
- 
 
taskFinished
public void taskFinished(org.apache.tools.ant.BuildEvent event)
- 
- Specified by:
- taskFinishedin interface- org.apache.tools.ant.BuildListener
 
- 
 
taskStarted
public void taskStarted(org.apache.tools.ant.BuildEvent event)
- 
- Specified by:
- taskStartedin interface- org.apache.tools.ant.BuildListener
 
-