public class AccordionEvent extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AccordionEvent.Type
States of an Accordeon.
|
| Constructor and Description |
|---|
AccordionEvent(AccordionEvent.Type myType,
AccordionStack accordionStack)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
dispatch(AccordionEventsHandler handler)
Will dispatch this event.
|
AccordionStack |
getAccordionStack() |
AccordionEvent.Type |
getMyType() |
public AccordionEvent(AccordionEvent.Type myType, AccordionStack accordionStack)
myType - event type.accordionStack - the closed or expanded stackpublic AccordionStack getAccordionStack()
public AccordionEvent.Type getMyType()
public void dispatch(AccordionEventsHandler handler)
handler - handlerCopyright © 2011–2015 SWM. All rights reserved.