![]() |
Apama API Reference for .NET
9.10.0.4
|
Classes | |
| class | ApamaException |
| A base class for Apama exceptions that callers may wish to catch. More... | |
| class | Logger |
| The Logger class provides access to the logging functionality used by Apama .NET classes. More... | |
| class | PropertyChangedEventArgs |
| A "PropertyChanged" event gets delivered whenever an object changes a "bound" or "constrained" property. A PropertyChangeEvent object is sent as an argument to the PropertyChangeListener method. More... | |
| class | PropertyChangeSupport |
| PropertyChangeSupport is a utility class to support maintaining property listeners, keyed by property name. More... | |
Functions | |
| delegate void | PropertyChangedEventHandler (Object sender, PropertyChangedEventArgs arg) |
| The PropertyChangedEventHandler delegate to notify of changes in the ScenarioService More... | |
| delegate void Apama.Util.PropertyChangedEventHandler | ( | Object | sender, |
| PropertyChangedEventArgs | arg | ||
| ) |
The PropertyChangedEventHandler delegate to notify of changes in the ScenarioService
| sender | the object sending the property change |
| arg | the arguments of the property change |