Liferay 6.1.2-ce-ga3

com.liferay.portlet
Class EventImpl

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

public class EventImpl
extends Object
implements Event


Constructor Summary
EventImpl(String name, QName qName, Serializable value)
           
 
Method Summary
 String getName()
           
 QName getQName()
           
 byte[] getSerializedValue()
           
 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(String name,
                 QName qName,
                 Serializable value)
Method Detail

getName

public String getName()
Specified by:
getName in interface Event

getQName

public QName getQName()
Specified by:
getQName in interface Event

getSerializedValue

public byte[] getSerializedValue()

getValue

public Serializable getValue()
Specified by:
getValue in interface Event

Liferay 6.1.2-ce-ga3