com.liferay.portlet
Class EventImpl
java.lang.Object
com.liferay.portlet.EventImpl
- All Implemented Interfaces:
- Serializable, Event
public class EventImpl
- extends Object
- implements Event, Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventImpl
public EventImpl(String name,
QName qName,
Serializable value)
getName
public String getName()
- Specified by:
getName
in interface Event
getQName
public QName getQName()
- Specified by:
getQName
in interface Event
getValue
public Serializable getValue()
- Specified by:
getValue
in interface Event