资 源 简 介
This project provides a Signal Slot mechanism for Java platform. It currently does not supports annotations and it does not uses reflection. However reflection and annotation support will be added in subsequent versions. Following are the features of this project.
Provides a QT like signal slot mechanism for any Java platform , there by providing a clean and consistent implementation of Observer pattern.
Allows variable agrs in Signal argument and Slot invocation
The library can be used to optionally make use of Java reflection API. This is an optional feature and the library can be used even without Reflection API for lesser platforms.
Like QT Signal and Slots the library provides mechanism to allow threaded invocation of slots, this can be use full for platforms like Android where UI updation is always carried out by the main thread. However this is not enforced.