@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)",
date="2022-08-09T19:16:38.920Z")
public interface IEventSource
Modifier and Type | Interface and Description |
---|---|
static interface |
IEventSource.Jsii$Default
Internal default implementation for
IEventSource . |
static class |
IEventSource.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
Modifier and Type | Method and Description |
---|---|
void |
bind(IFunction target)
Called by `lambda.addEventSource` to allow the event source to bind to this function.
|
void bind(IFunction target)
target
- That lambda function to bind to. This parameter is required.