com.itmill.toolkit.ui
Class Component.ErrorEvent
java.lang.Object
java.util.EventObject
com.itmill.toolkit.ui.Component.Event
com.itmill.toolkit.ui.Component.ErrorEvent
- All Implemented Interfaces:
- Serializable
- Enclosing interface:
- Component
public static class Component.ErrorEvent
- extends Component.Event
Class of all component originated ErrorEvent
s.
- See Also:
- Serialized Form
Component.ErrorEvent
public Component.ErrorEvent(ErrorMessage message,
Component component)
- Constructs a new event with a specified source component.
- Parameters:
message
- the error message.component
- the source component.
getErrorMessage
public ErrorMessage getErrorMessage()
- Gets the error message.
- Returns:
- the error message.
Copyright © 2000-2009 IT Mill Ltd. All Rights Reserved.