|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.AWTEventMulticaster
com.jaxfront.core.type.ValidationChangeEventMulticaster
public class ValidationChangeEventMulticaster
This class represents a ValidationChangeEventMulticaster that manages ValidationChangeListeners which support multicast events.
Method Summary | |
---|---|
static ValidationChangeListener |
add(ValidationChangeListener a,
ValidationChangeListener b)
Add new listener to support multicast events. |
static java.util.EventListener |
remove(ValidationChangeListener l,
ValidationChangeListener oldl)
Remove listener to support multicast events. |
void |
validationChanged(ValidationChangeEvent event)
Tells the ValidationChangeListeners that a ValidationChangeEvent occured. |
Methods inherited from class java.awt.AWTEventMulticaster |
---|
actionPerformed, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, adjustmentValueChanged, ancestorMoved, ancestorResized, caretPositionChanged, componentAdded, componentHidden, componentMoved, componentRemoved, componentResized, componentShown, focusGained, focusLost, getListeners, hierarchyChanged, inputMethodTextChanged, itemStateChanged, keyPressed, keyReleased, keyTyped, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, mouseWheelMoved, remove, remove, remove, remove, remove, remove, remove, remove, remove, remove, remove, remove, remove, remove, remove, remove, remove, textValueChanged, windowActivated, windowClosed, windowClosing, windowDeactivated, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowOpened, windowStateChanged |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ValidationChangeListener add(ValidationChangeListener a, ValidationChangeListener b)
a
- a new ValidationChangeListenerb
- a new ValidationChangeListener
public static java.util.EventListener remove(ValidationChangeListener l, ValidationChangeListener oldl)
l
- a ValidationChangeListener to removeoldl
- a ValidationChangeListener to removepublic void validationChanged(ValidationChangeEvent event)
validationChanged
in interface ValidationChangeListener
event
- a new ValidationChangeEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |