Package com.saperion.ngc.events
Class EventConv<T>
- java.lang.Object
-
- com.saperion.ngc.events.EventConv<T>
-
- Type Parameters:
T
- Destination event type for the event type conversion.
public class EventConv<T> extends java.lang.Object
- Author:
- rbo
-
-
Constructor Summary
Constructors Constructor Description EventConv(org.zkoss.zk.ui.event.Event event)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
get()
T
getSafely()
Returns the event in the desired type and catches possibleClassCastException
s.
-