Package com.googlecode.richrest.client.event

Examples of com.googlecode.richrest.client.event.ExceptionEvent


    work.worked();
    workPublisher.publishEvent(new WorkEvent(this, work));
  }

  private void publishException(Throwable exception, boolean back) {
    this.exceptionPublisher.publishEvent(new ExceptionEvent(this, exception, back));
  }
View Full Code Here

TOP

Related Classes of com.googlecode.richrest.client.event.ExceptionEvent

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.