D
Dave Kelly
I have generated a class, which contains configuration data for my
application.
Unfortunately I cannot use a static implementation of the class, as it
requires a constructor.
I generate instances of this class in several other classes (wherever I
need to retrieve the config details).
I would like any of the classes to generate an event, for all instances
to reload the underlying xml file whenever any of the instances change
the properties.
Is it possible for a class instance to generate an event so that all
other instances will receive the event?
Regards,
Dave
application.
Unfortunately I cannot use a static implementation of the class, as it
requires a constructor.
I generate instances of this class in several other classes (wherever I
need to retrieve the config details).
I would like any of the classes to generate an event, for all instances
to reload the underlying xml file whenever any of the instances change
the properties.
Is it possible for a class instance to generate an event so that all
other instances will receive the event?
Regards,
Dave