Package de.xima.fc.gui.event
Class MessageListenerEvent
java.lang.Object
de.xima.fc.gui.event.MessageListenerEvent
- All Implemented Interfaces:
 Serializable
Event that is triggered when messages are added to a 
MessageListener.- Since:
 - 7.0.0
 - Author:
 - XIMA MEDIA GmbH
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionMessageListenerEvent(List<? extends TargettedFacesMessage> messages) Creates a new POJO with the given values. - 
Method Summary
 
- 
Constructor Details
- 
MessageListenerEvent
Creates a new POJO with the given values.- Parameters:
 messages- The value as it will be returned bygetMessages().
 
 - 
 - 
Method Details
- 
getMessages
- Returns:
 - All messages that were added to the 
MessageListenercomponent. 
 
 -