1: /* $Id: ExecuteEventRequest.java,v 1.1 2005/04/08 06:06:35 vs152012 Exp $
2: * Copyright 2004-2005 Sun Microsystems, Inc. All rights reserved.
3: * Use is subject to license terms.
4: */
5: package com.sun.portal.container;
6:
7: public interface ExecuteEventRequest extends ContainerRequest {
8: //Nothing for now!
9: }
|