package life.v41d;

interface LifeCallback
{
   void callback (int function_num, Object o);
}
