org.apache.jetspeed.events
Interface PortletEventQueue


public interface PortletEventQueue

Version:
$Id: PortletEventQueue.java 755263 2009-03-17 14:23:52Z ate $
Author:
David Sean Taylor

Method Summary
 java.util.List<ProcessEvent> dequeueEvents(PortletWindow window)
           
 void publishEvent(ProcessEvent event)
           
 

Method Detail

publishEvent

void publishEvent(ProcessEvent event)

dequeueEvents

java.util.List<ProcessEvent> dequeueEvents(PortletWindow window)


Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.