/* Function.java Purpose: Description: History: Fri Nov 20 17:47:44 2009, Created by tomyeh Copyright (C) 2009 Potix Corporation. All Rights Reserved. */ package _global_; /** * A function will be executed by an event or by a call to the function. * * <p>Refer to <a href="http://www.w3schools.com/js/js_functions.asp">JavaScript Reference</a>. * @author tomyeh */ public class Function { private Function() {} }