Class ModuleEventArguments


  • public class ModuleEventArguments
    extends java.lang.Object
    The event indicates that some information about a module has changed.

    Represents the body of ModuleEvent defined in spec.

    • Constructor Detail

      • ModuleEventArguments

        public ModuleEventArguments()
    • Method Detail

      • getModule

        public Module getModule()
        The new, changed, or removed module. In case of 'removed' only the module id is used.
      • setModule

        public void setModule​(Module module)
        The new, changed, or removed module. In case of 'removed' only the module id is used.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object