Subversion Repositories pub

Compare Revisions

Ignore whitespace Rev 56 → Rev 61

/pluggablejs/branches/1.1.0build33/src/net/outlyer/plugins/RuntimeHooks.java
27,9 → 27,9
// $Id$
 
/**
* Provides hooks to the execution
* Provides hooks to some points in the execution process.
*/
public interface RuntimeHooks {
interface RuntimeHooks {
/**
* Adds a callback to be executed after the script is finished
*/