package org.opengroupware.jope.appserver;

public interface JoCallable {

  public Object callInContext(Object _object, JoContext _ctx);
  
}
