Class EventImpl
- java.lang.Object
-
- org.gatein.pc.portlet.impl.jsr168.api.EventImpl
-
- All Implemented Interfaces:
javax.portlet.Event
public class EventImpl extends Object implements javax.portlet.Event
- Version:
- $Revision: 630 $
- Author:
- Julien Viet
-
-
Constructor Summary
Constructors Constructor Description EventImpl(org.gatein.pc.api.invocation.EventInvocation invocation)
-
-
-
Method Detail
-
getQName
public QName getQName()
- Specified by:
getQNamein interfacejavax.portlet.Event
-
getName
public String getName()
- Specified by:
getNamein interfacejavax.portlet.Event
-
getValue
public Serializable getValue()
- Specified by:
getValuein interfacejavax.portlet.Event
-
-