Uses of Interface
javax.portlet.Event

Packages that use Event
javax.portlet The javax.portlet package defines the API for Java Portlet Specification V2.0. 
javax.portlet.filter The javax.portlet.filter package defines the filter APIs for the Java Portlet Specification. 
 

Uses of Event in javax.portlet
 

Methods in javax.portlet that return Event
 Event EventRequest.getEvent()
          Returns the event that triggered the call to the processEvent method.
 

Uses of Event in javax.portlet.filter
 

Methods in javax.portlet.filter that return Event
 Event EventRequestWrapper.getEvent()
          The default behavior of this method is to call getEvent() on the wrapped request object.