public abstract class UiHandlerEventClose extends Object implements UiHandlerEvent
UiHandlerEvent
for the action onClose(UiEventClose)
.Constructor and Description |
---|
UiHandlerEventClose() |
Modifier and Type | Method and Description |
---|---|
abstract void |
onClose(UiEventClose event)
This method is invoked if an
open-/closeable
object is closed . |
void |
onEvent(UiEvent event)
|
public void onEvent(UiEvent event)
onEvent
in interface UiHandlerEvent
event
- is the UiEvent
that has been sent.public abstract void onClose(UiEventClose event)
open-/closeable
object
is closed
.event
- is the close event
.Copyright © 2001–2016 mmm-Team. All rights reserved.