org.jboss.portal.portlet.info
Interface EventInfo

All Known Implementing Classes:
ContainerEventInfo

public interface EventInfo

Version:
$Revision: 630 $
Author:
Julien Viet

Method Summary
 java.util.Collection<javax.xml.namespace.QName> getAliases()
           
 org.jboss.portal.common.i18n.LocalizedString getDescription()
           
 org.jboss.portal.common.i18n.LocalizedString getDisplayName()
           
 javax.xml.namespace.QName getName()
           
 TypeInfo getType()
          Returns the type of the event or null if the event does not declare a type.
 

Method Detail

getName

javax.xml.namespace.QName getName()

getDisplayName

org.jboss.portal.common.i18n.LocalizedString getDisplayName()

getDescription

org.jboss.portal.common.i18n.LocalizedString getDescription()

getType

TypeInfo getType()
Returns the type of the event or null if the event does not declare a type.

Returns:
the type of the event

getAliases

java.util.Collection<javax.xml.namespace.QName> getAliases()


Copyright © 2008. All Rights Reserved.