FDT Pixlib template Event
<?xml version="1.0" encoding="UTF-8"?><templates><template autoinsert="true" context="com.pf.fdt.ui.editor.template.actionscript" deleted="false" description="Extends BasicEvent to create a new Event" enabled="true" name="event">import com.bourre.core.HashCodeFactory; import com.bourre.events.BasicEvent; import com.bourre.events.EventType; import com.bourre.log.PixlibStringifier; class ${enclosing_package_and_type} extends BasicEvent { public function ${enclosing_type}( e : EventType ) { super( e ); } /** * Returns the string representation of this instance. * @return the string representation of this instance */ public function toString() : String { return PixlibStringifier.stringify( this ); } }</template></templates>
projects/pixlib/fdt_template/event.txt · Last modified: 2007/02/16 09:15