Hot Door CORE Forum

Full Version: calling the main Plugin class from a utility class
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a class owned by my main Plugin class that may change some plugin parameters at unpredictable times. My plugin should react when those changes take place, but how can I do that? HDI_CORE_PLUGIN doesn't seem to offer a path back to myPlugin:Tonguelugin class to to run an update method. Is there a simple way to send a notifier from the utility class to the main Plugin class? Those parameters are checked periodically, but users will expect changes "on demand" and I don't want to waste clock cycles with a timer that continually checks settings that rarely change.