com.liferay.portlet
Class EventImpl

java.lang.Object
  extended by com.liferay.portlet.EventImpl
All Implemented Interfaces:
javax.portlet.Event

public class EventImpl
extends java.lang.Object
implements javax.portlet.Event

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
EventImpl(java.lang.String name, javax.xml.namespace.QName qName, java.io.Serializable value)
           
 
Method Summary
 java.lang.String getName()
           
 javax.xml.namespace.QName getQName()
           
 java.io.Serializable getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventImpl

public EventImpl(java.lang.String name,
                 javax.xml.namespace.QName qName,
                 java.io.Serializable value)
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface javax.portlet.Event

getQName

public javax.xml.namespace.QName getQName()
Specified by:
getQName in interface javax.portlet.Event

getValue

public java.io.Serializable getValue()
Specified by:
getValue in interface javax.portlet.Event