|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
org.nakedobjects.applib.events.InteractionEvent
org.nakedobjects.applib.events.VisibilityEvent
org.nakedobjects.applib.events.CollectionVisibilityEvent
public class CollectionVisibilityEvent
Represents a check as to whether a collection is visible or has been hidden.
If InteractionEvent.getReason() is not null then provides the reason why the collection is invisible;
otherwise collection is visible.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
CollectionVisibilityEvent(java.lang.Object source,
Identifier identifier)
|
|
| Method Summary |
|---|
| Methods inherited from class org.nakedobjects.applib.events.InteractionEvent |
|---|
advised, getAdvisorClass, getClassName, getClassNaturalName, getIdentifier, getMemberName, getMemberNaturalName, getMemberParameterNames, getMemberParameterNaturalNames, getReason, getSource, isVeto |
| Methods inherited from class java.util.EventObject |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CollectionVisibilityEvent(java.lang.Object source,
Identifier identifier)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||