Search:
jgrouse.js
file jgrouse.js
Class Summary
Base class for jgrouse exceptions
Structure Summary
Structure containing jGrouse configuration.
Variable Summary
Special exception that is used to break iterators
function()[] _closeHooks
array of functions that should be called on app shutdown
Contains reference to global namespace
default name of startup file
Function Summary
addUnloadHook(function() func)
Adds a shutdown hook - a function that should be called at app shutdown
dummy()
Dummy function that is used as a placeholder
notImplemented(String methodName)
Used to indicate that method is not implemented/abstract
Variable Details
variable $break
Special exception that is used to break iterators
Defined in jgrouse.js
variable function()[] _closeHooks
array of functions that should be called on app shutdown
Defined in jgrouse.js
variable _global
Contains reference to global namespace
Defined in jgrouse.js
variable _startupFile
default name of startup file
Defined in jgrouse.js
Function Details
function addUnloadHook
addUnloadHook(function() func)
Adds a shutdown hook - a function that should be called at app shutdown
Parameters:
func - hook that should be called at shutdownfunction dummy
dummy()
Dummy function that is used as a placeholder
Defined in jgrouse.js
function notImplemented
notImplemented(String methodName)
Used to indicate that method is not implemented/abstract
Parameters:
methodName name of the method that is not implemented
(c) 2006, 2007 by Denis Riabtchik All rights reserved