Subversion Repositories pub

Compare Revisions

Ignore whitespace Rev 61 → Rev 62

/pluggablejs/trunk/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
*/