Class WriteEvent

java.lang.Object
java.util.EventObject
com.nomagic.reportwizard.tools.script.WriteEvent
All Implemented Interfaces:
Serializable

@OpenApiAll public class WriteEvent extends EventObject
The WriteEvent class represents a notification notified by NotificationStringWriter.
Since:
Mar 17, 2011
See Also:
  • Constructor Details

    • WriteEvent

      public WriteEvent(Object source, String string)
      Create an event.
      Parameters:
      source - The notification source.
      string - writing value.
  • Method Details

    • getString

      public String getString()
      Return a string.
      Returns:
      the string