| Projects on Google Code | Results 1 - 7 of 7 |
An event manager and wrapper for handling Javascript events.
Provides handlers, listeners and delegates implementations.
A fast selector/matcher is included for delegates to work.
Event capturing/bubbling emulation on Internet Explorer.
{{{
Delegates can be used through selectors or by ...
javascript,
events,
delegates,
listeners,
handlers,
unobtrusive,
cross-browser,
onload-problem,
delegation
A customizable listener allows send extra parameters to event handlers.
*Basic Usage:*
{{{
package{
import flash.display.Sprite;
import flash.events.Event;
import valck.events.CustomListener;
public class Test extends Sprite{
public function Test(){
//Example of any o...
Swirrel is a little framework (in pre-alpha state) which allows to annotate AWT or Swing Components instead of writing listeners. Swirrel reads the annotations and attaches the aproriate listeners automatically. All you have to do is to provide the name of the methods which should be called by the S...
This is a Java app that runs as a command line application. I haven't decided whether it will be a TSR with a command listener, or if it will leave an input screen open, that will come later. Right now, it just loops every hour until you terminate the process. I am building it so you can add modu...
jQuery plugin to set custom parameters and custom scope to callback functions used for event-listeners or ajax-listeners.
A simple, generic mechanism for notifying event listener objects using Java5 annotations.
The current Swing API is almost entirely row based and Object based. Clearly Swing sode base was based on something that is was not a truly OO based approach. A nice example is the way in which a TableModel communicates with the View and a SelectionModel: they are all row based. The Model itself in ...