com.liferay.portlet
Class EventImpl
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventImpl
public EventImpl(java.lang.String name,
javax.xml.namespace.QName qName,
java.io.Serializable value)
getBase64Value
public java.lang.String getBase64Value()
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