Class EventService


  • public class EventService
    extends Object
    Event bus holding all the used Events.
    • Field Detail

      • LOG_LABEL

        public static final com.pploder.events.Event<String> LOG_LABEL
        Event for when something should be written to the log label.
      • LOG

        public static final com.pploder.events.Event<String> LOG
        Event for when something should be appended to the big log. Useful when cumulative error messages are necessary.
      • REPAINT_CANVAS

        public static final com.pploder.events.Event<Iterable<DiscreteGene>> REPAINT_CANVAS
        Event to repaint the Canvas upon.
      • CONFIGS_CHANGED

        public static final com.pploder.events.Event<List<Configuration>> CONFIGS_CHANGED
        Event to reload configurations to use in the MainForm.
      • OPEN_CHOOSER_FORM

        public static final com.pploder.events.Event<Void> OPEN_CHOOSER_FORM
        Event for displaying the chooser form.
    • Constructor Detail

      • EventService

        public EventService()