Package de.xima.fc.gui.event
Class MessageListenerEvent
- java.lang.Object
-
- de.xima.fc.gui.event.MessageListenerEvent
-
- All Implemented Interfaces:
Serializable
public class MessageListenerEvent extends Object implements Serializable
Event that is triggered when messages are added to aMessageListener
.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MessageListenerEvent(List<javax.faces.application.FacesMessage> messages)
Creates a new POJO with the given values.
-
-
-
Constructor Detail
-
MessageListenerEvent
public MessageListenerEvent(List<javax.faces.application.FacesMessage> messages)
Creates a new POJO with the given values.- Parameters:
messages
- The value as it will be returned bygetMessages()
.
-
-
Method Detail
-
getMessages
public List<javax.faces.application.FacesMessage> getMessages()
- Returns:
- All messages that were added to the
MessageListener
component.
-
-