org.jasen.interfaces
Interface AutoUpdateExecutor


public interface AutoUpdateExecutor

This is a very specific class which is optionally recieved from an update inside a packaged jar file and is executed during an update.

If an AutoUpdate contains an executable class, this class MUST implement this interface


Method Summary
 void execute()
          Called by the auto update engine when an update contains an executable class
 

Method Detail

execute

public void execute()
             throws JasenException
Called by the auto update engine when an update contains an executable class

Throws:
JasenException