Giter Club home page Giter Club logo

simpleeventbus2's People

Contributors

taftster avatar

simpleeventbus2's Issues

Error message typo

Hi! Very happy customer here; I just came across a small typo. I had made a 
small test event handler as a inner class, but I left it as *private* and 
got this error message:

java.lang.IllegalAccessException: Class 
com.adamtaft.eb.BasicEventBus$HandlerInfoCallable can not access a member 
of class crystalline.InBetween$WindowListener with modifiers "public"

Switching it to a public inner class solved the problem, but the error 
message I suspect would say "private" instead.

Keep up the good work!



Original issue reported on code.google.com by [email protected] on 1 May 2010 at 2:05

Feature required: to dispose an EventBus instance

Currently the EventBus instance will never be disposed since the two daemon 
thread, eventQueueThread and killQueueThread, will never exit. The two thread 
are blocked in a "while(true)" loop. 
So, if the program continues to create EventBus instance, more and more threads 
are created and finally gets a fatal error.

Original issue reported on code.google.com by [email protected] on 2 Sep 2011 at 7:05

Feature Request: Overload EventBusService.publish() to automatically build the ActionEvent for us.

To save us programmers the work of typing the "new ActionEvent" syntax, please 
overload the EventBusService.publish() method with 2 arguments, the source of 
the event and the command string:

----
public static void publish(Object source, String command) {
    EventBusService.publish(new ActionEvent(source, -1, command));
}
----
And add the necessary 'import': import java.awt.event.ActionEvent;

--Basil Bourque

Original issue reported on code.google.com by [email protected] on 9 Jun 2011 at 7:57

Exception while implementation

Throwing Exception 
Caused by: java.util.NoSuchElementException
    at java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:340)
    at java.util.ServiceLoader$1.next(ServiceLoader.java:421)
    at com.adamtaft.eb.EventBusService.<clinit>(EventBusService.java:21)
    ... 11 more

when tried to implement simpleeventbus for first time in my project.

Original issue reported on code.google.com by [email protected] on 5 Jan 2012 at 7:02

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.