|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.globalmentor.beans.AbstractGenericVetoableChangeListener<Component>
com.guiseframework.component.SequenceCardPanel.SequenceCardVetoableChangeListener
protected class SequenceCardPanel.SequenceCardVetoableChangeListener
A vetoable property change listener validates cards before changing to new cards.
When SequenceTransition.NEXT occurs, validation is assumed to have already occurred and it not performed again.
| Constructor Summary | |
|---|---|
protected |
SequenceCardPanel.SequenceCardVetoableChangeListener()
|
| Method Summary | |
|---|---|
void |
vetoableChange(com.globalmentor.beans.GenericPropertyChangeEvent<Component> genericPropertyChangeEvent)
Called when a constrained property is changed. |
| Methods inherited from class com.globalmentor.beans.AbstractGenericVetoableChangeListener |
|---|
vetoableChange |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected SequenceCardPanel.SequenceCardVetoableChangeListener()
| Method Detail |
|---|
public void vetoableChange(com.globalmentor.beans.GenericPropertyChangeEvent<Component> genericPropertyChangeEvent)
throws java.beans.PropertyVetoException
genericPropertyChangeEvent - An event object describing the event source, the property that is changing, and its old and new values.
java.beans.PropertyVetoException - if the recipient wishes the property change to be rolled back.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||