Package org.ossnipes.snipes.lib.events

Examples of org.ossnipes.snipes.lib.events.EventArgs


  }
 
  @Test
  public void testEvents()
  {
    BotUtils.sendEvent(new EventArgs(Event.IRC_JOIN, "JOIN #Snipes"), _ehc);
    // Wait 5 seconds for the event to propagate (a nice and big value)
    if (!waitForEvent(5000))
    {
      fail("Event handler did not respond in five seconds.");
    }
View Full Code Here

TOP

Related Classes of org.ossnipes.snipes.lib.events.EventArgs

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.