package org.opengroupware.jope.rules;

public interface RuleAction {
  
  public Object fireInContext(RuleContext _ctx);

}
