Class TimeWindow
Internal
public class TimeWindow : Window, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
TimeWindow
- Implements
- Inherited Members
Constructors
TimeWindow()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public TimeWindow()
TimeWindow(long, long)
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public TimeWindow(long startMs, long endMs)
Parameters
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }