Package papaya.event

Examples of papaya.event.Event


 
  static LogWrapper testLogWrapper = new LogWrapper("Tests");
  public static void main(String[] args) {
     bus.register(EventBusTests.class);
     try {
      bus.post(new Event(Collections.class, "dummy_event",new int[]{1,2,3},1,2,3,'a','b'));
    } catch( Exception e) {
      e.printStackTrace();
    }
  }
View Full Code Here

TOP

Related Classes of papaya.event.Event

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.