Na linha 6, no eclipse diz:
Multiple markers at line:
-The type AgletDaemon must implement the inherited abstract method ContextListener.agletStateChanged(ContextEvent).
-The type AgletDaemon must implement the inherited abstract method ContextListener.agletSuspended(ContextEvent).
import com.ibm.aglet.AgletContext;
import com.ibm.aglet.system.ContextEvent;
import com.ibm.aglet.system.ContextListener;
import com.ibm.awb.misc.Resource;
public class AgletDaemon implements Runnable, ContextListener {