Class ProgramClosedPluginEvent


  • public class ProgramClosedPluginEvent
    extends PluginEvent
    Plugin event class for notification of programs being created, opened, or closed.
    • Constructor Detail

      • ProgramClosedPluginEvent

        public ProgramClosedPluginEvent​(java.lang.String source,
                                        Program p)
        Constuct a new plugin event.
        Parameters:
        source - name of the plugin that created this event
        p - the program associated with this event
    • Method Detail

      • getProgram

        public Program getProgram()
        Return the program on this event.
        Returns:
        null if the event if for a program closing.