Package org.gatein.pc.api.info
Interface EventInfo
public interface EventInfo
- Version:
- $Revision: 630 $
- Author:
- Julien Viet
-
Method Details
-
getName
QName getName() -
getDisplayName
org.gatein.common.i18n.LocalizedString getDisplayName() -
getDescription
org.gatein.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
Collection<QName> getAliases()
-