MODFLOW 6  version 6.8.0.dev0
USGS Modular Hydrologic Model
particleeventsmodule::handle_event Interface Reference

Event handler interface. Handlers may signal to the dispatching caller whether they have handled the event, but the signal is ignored for broadcasts. More...

Collaboration diagram for particleeventsmodule::handle_event:
Collaboration graph

Private Member Functions

logical function handle_event (context, particle, event)
 

Detailed Description

Definition at line 37 of file ParticleEvents.f90.

Constructor & Destructor Documentation

◆ handle_event()

logical function particleeventsmodule::handle_event::handle_event ( class(*), pointer  context,
type(particletype), intent(inout), pointer  particle,
class(particleeventtype), intent(in), pointer  event 
)
private

Definition at line 37 of file ParticleEvents.f90.

38  import :: particletype, particleeventtype
39  class(*), pointer :: context
40  type(ParticleType), pointer, intent(inout) :: particle
41  class(ParticleEventType), pointer, intent(in) :: event

The documentation for this interface was generated from the following file: