public interface EventInfo
| Modifier and Type | Method and Description |
|---|---|
Collection<QName> |
getAliases() |
org.gatein.common.i18n.LocalizedString |
getDescription() |
org.gatein.common.i18n.LocalizedString |
getDisplayName() |
QName |
getName() |
TypeInfo |
getType()
Returns the type of the event or null if the event does not declare a type.
|
QName getName()
org.gatein.common.i18n.LocalizedString getDisplayName()
org.gatein.common.i18n.LocalizedString getDescription()
TypeInfo getType()
Collection<QName> getAliases()
Copyright © 2003-2021 GateIn. All Rights Reserved.