{"id":18482937,"url":"https://github.com/shadowlordalpha/themis","last_synced_at":"2025-10-08T20:08:21.291Z","repository":{"id":94835843,"uuid":"79473918","full_name":"ShadowLordAlpha/Themis","owner":"ShadowLordAlpha","description":"A Java Generics and lambda based Event System allowing an object to be used as an event","archived":false,"fork":false,"pushed_at":"2017-10-28T04:31:24.000Z","size":120,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-25T13:41:40.461Z","etag":null,"topics":["event-system","generic","generics","java","java-8","lambda","library","themis"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ShadowLordAlpha.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-01-19T16:49:02.000Z","updated_at":"2017-08-18T05:07:53.000Z","dependencies_parsed_at":"2023-03-22T20:47:23.989Z","dependency_job_id":null,"html_url":"https://github.com/ShadowLordAlpha/Themis","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShadowLordAlpha%2FThemis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShadowLordAlpha%2FThemis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShadowLordAlpha%2FThemis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShadowLordAlpha%2FThemis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ShadowLordAlpha","download_url":"https://codeload.github.com/ShadowLordAlpha/Themis/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239199983,"owners_count":19598916,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["event-system","generic","generics","java","java-8","lambda","library","themis"],"created_at":"2024-11-06T12:32:14.624Z","updated_at":"2025-10-08T20:08:16.255Z","avatar_url":"https://github.com/ShadowLordAlpha.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Themis\n\n![build](https://travis-ci.org/ShadowLordAlpha/Themis.svg?branch=master)\n![version](https://img.shields.io/badge/version-0.5.1-brightgreen.svg)\n\n## Overview\n\nA Generics and Lambda based Event framwork for Java.\n\n## Background\n\nWhile working on several other projects I wanted Event systems. I could have custom coded these event systems and that would have easily been a solution to my problem however this had been a reoccuring problem where I would have liked to be able to use a somewhat simple system as a base for events. Now for that problem there are already a few solutions but I did not want to modify my own classes to be an implementation of their Event or whatever as that is how most other systems I found implement an Event system. Its not a bad system and works well for most things but its far less flexable than something that can just accept any kind of object and use it as an event. This also allows Themis to use other objects that you might not have the ability to modify into a proper event in other systems without needing to needlessly wrap the object with another just to use a system.\n\n## Getting Started\n\nTODO\n\n## What's Next\n\nhonestly this topic mostly needs some experimentation and what users want or need.\n\n* Remove all other dependencies (honestly decently easy but speed checks and see if its actually useful before I do so)\n* Allow EventHandler methods from classes, again not really hard just have to wrap them in a lambda method which makes removing them a bit harder\n* Allow multiple arguments, much harder but still doable though it could possibly have speed because of object arrays impacts so that needs to be investigated first\n* large amounts of incode documentation to do though most of the code should be decently readable\n* Automated testing\n\n## License\n\nThe MIT License (MIT)\n\nCopyright (c) 2017 Josh \"ShadowLordAlpha\"\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshadowlordalpha%2Fthemis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshadowlordalpha%2Fthemis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshadowlordalpha%2Fthemis/lists"}