T
- Destination event type for the event type conversion.public class EventConv<T> extends Object
Constructor and Description |
---|
EventConv(org.zkoss.zk.ui.event.Event event)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
T |
get() |
T |
getSafely()
Returns the event in the desired type and catches possible
ClassCastException s. |
public EventConv(org.zkoss.zk.ui.event.Event event)
event
- Eventpublic T get()
public T getSafely()
ClassCastException
s. If an
ClassCastException
is thrown, null is returned.Copyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.