Skip to content

Commit

Permalink
0001717: IReloadListener should be passed the current loadId for use
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed May 9, 2014
1 parent 53c2917 commit e8032eb
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -30,8 +30,8 @@
*/
public interface IReloadListener extends IExtensionPoint {

public void beforeReload(ISqlTransaction transaction, Node node);
public void beforeReload(ISqlTransaction transaction, Node node, long loadId);

public void afterReload(ISqlTransaction transaction , Node node);
public void afterReload(ISqlTransaction transaction , Node node, long loadId);

}

0 comments on commit e8032eb

Please sign in to comment.