Class JavaClassEvent

  • All Implemented Interfaces:
    IPostEventProcessing

    public class JavaClassEvent
    extends SinkEvent
    Event ID used to broadcast an event of a Java Class file change, sent from the ClassReference parent in a sinking way to all children. This is typically used by panels or VirtualSpace that has a global class reference, and several method references in the children properties.

    The Event ID is GEvent.PROP_DESIGNER_JAVA_CLASS_CHANGED.

    Author:
    Christopher Mindus
    • Constructor Detail

      • JavaClassEvent

        public JavaClassEvent​(GProp<?> prop)
        Constructs a new JavaClassEvent.
        Parameters:
        prop - The property instance that MUST implement IClassReferenceListener.
        Throws:
        java.lang.IllegalArgumentException - if prop is not instance of IClassReferenceListener.