/* * JBoss, Home of Professional Open Source * * Distributable under LGPL license. * See terms of license at gnu.org. */ package com.jboss.dvd.seam; public interface Accept { public String accept(); public String reject(); public String viewTask(); public void destroy(); }