![]() |
MODFLOW 6
version 6.8.0.dev0
USGS Modular Hydrologic Model
|
Dispatcher for particle events. Consumers subscribe handlers to the dispatcher. Events may be dispatched, with the first handler to handle the event stopping propagation, or broadcast, with all handlers receiving the event. More...

Public Member Functions | |
| procedure, public | subscribe |
| procedure, public | dispatch |
| procedure, public | broadcast |
| procedure | prep_event |
| procedure | destroy |
Public Attributes | |
| type(listtype) | subscriptions |
Definition at line 23 of file ParticleEvents.f90.
| procedure, public particleeventsmodule::particleeventdispatchertype::broadcast |
Definition at line 28 of file ParticleEvents.f90.
| procedure particleeventsmodule::particleeventdispatchertype::destroy |
Definition at line 30 of file ParticleEvents.f90.
| procedure, public particleeventsmodule::particleeventdispatchertype::dispatch |
Definition at line 27 of file ParticleEvents.f90.
| procedure particleeventsmodule::particleeventdispatchertype::prep_event |
Definition at line 29 of file ParticleEvents.f90.
| procedure, public particleeventsmodule::particleeventdispatchertype::subscribe |
Definition at line 26 of file ParticleEvents.f90.
| type(listtype) particleeventsmodule::particleeventdispatchertype::subscriptions |
Definition at line 24 of file ParticleEvents.f90.