org.exoplatform.services.portletcontainer.pci
Class EventImpl

java.lang.Object
  extended by org.exoplatform.services.portletcontainer.pci.EventImpl
All Implemented Interfaces:
javax.portlet.Event

public class EventImpl
extends Object
implements javax.portlet.Event

Created by The eXo Platform SAS . Author : Roman Pedchenko roman.pedchenko@exoplatform.com.ua


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

Constructor Detail

EventImpl

public EventImpl(QName name,
                 Serializable value)
Parameters:
name - name
value - value
Method Detail

getQName

public final QName getQName()
Overridden method.

Specified by:
getQName in interface javax.portlet.Event
Returns:
FQN
See Also:
Event.getQName()

getName

public final String getName()
Overridden method.

Specified by:
getName in interface javax.portlet.Event
Returns:
name
See Also:
Event.getName()

getValue

public final Serializable getValue()
Overridden method.

Specified by:
getValue in interface javax.portlet.Event
Returns:
value
See Also:
Event.getValue()


Copyright © 2009 eXo Platform SAS. All Rights Reserved.