Class WriteEvent
java.lang.Object
java.util.EventObject
com.nomagic.reportwizard.tools.script.WriteEvent
- All Implemented Interfaces:
Serializable
The WriteEvent class represents a notification notified by
NotificationStringWriter.- Since:
- Mar 17, 2011
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
WriteEvent
Create an event.- Parameters:
source- The notification source.string- writing value.
-
-
Method Details
-
getString
Return a string.- Returns:
- the string
-