com.izforge.izpack.compiler
Interface PackagerListener

All Known Implementing Classes:
Compiler.CmdlinePackagerListener, IzPackTask

public interface PackagerListener

An interface for classes that want to listen to a packager events.

Author:
Julien Ponge

Method Summary
 void packagerMsg(java.lang.String info)
          Called as the packager sends messages.
 void packagerStart()
          Called when the packager starts.
 void packagerStop()
          Called when the packager stops.
 

Method Detail

packagerMsg

public void packagerMsg(java.lang.String info)
Called as the packager sends messages.

Parameters:
info - The information that has been sent.

packagerStart

public void packagerStart()
Called when the packager starts.


packagerStop

public void packagerStop()
Called when the packager stops.