|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.maven.j2ee.ValidationBroadcaster
| Constructor Summary | |
ValidationBroadcaster()
Creates a new instance of ValidationBroadcaster |
|
| Method Summary | |
void |
addValidationListener(ValidationListener listener)
add a listener to the list to be notified |
void |
fireEndedEvent(ValidationEvent event)
fire an ended event. |
void |
fireErrorEvent(ValidationEvent event)
fire an error event. |
void |
fireInformationEvent(ValidationEvent event)
fire a information event. |
void |
fireStartedEvent(ValidationEvent event)
fire a started event. |
void |
fireWarningEvent(ValidationEvent event)
fire a warning event. |
void |
removeValidationListener(ValidationListener listener)
remove a listener from the list to be notified |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ValidationBroadcaster()
| Method Detail |
public void fireStartedEvent(ValidationEvent event)
started event.
event - the event to broadcastpublic void fireEndedEvent(ValidationEvent event)
ended event.
event - the event to broadcastpublic void fireErrorEvent(ValidationEvent event)
error event.
event - the event to broadcastpublic void fireWarningEvent(ValidationEvent event)
warning event.
event - the event to broadcastpublic void fireInformationEvent(ValidationEvent event)
information event.
event - the event to broadcastpublic void addValidationListener(ValidationListener listener)
listener - a ValidationListenerpublic void removeValidationListener(ValidationListener listener)
listener - a ValidationListener
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||