Class InteractionEnvelop<T>
- java.lang.Object
-
- org.pepstock.charba.client.commons.ImmutableEnvelop<T>
-
- org.pepstock.charba.client.commons.BaseEnvelop<T>
-
- org.pepstock.charba.client.interaction.InteractionEnvelop<T>
-
- Type Parameters:
T
- type of envelop content.
- All Implemented Interfaces:
Envelop
public final class InteractionEnvelop<T> extends BaseEnvelop<T>
This object is a container of hidden object.
It can not be instantiated in order that public methods can be invoked in safe mode.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
-
Methods inherited from class org.pepstock.charba.client.commons.BaseEnvelop
setContent
-
Methods inherited from class org.pepstock.charba.client.commons.ImmutableEnvelop
getContent, hasContent, isNullable
-
-