Package org.apache.kato.common

Examples of org.apache.kato.common.IViewMonitor


  ImageProcessImpl(ImageImpl imageImpl) {
    this.imageImpl = imageImpl;
   
    // Make sure view is open before we query it.
    this.view=new HProfView(imageImpl.file);
    view.open(new IViewMonitor(){

      @Override
      public void error(IOException e) {
        // TODO Auto-generated method stub
       
View Full Code Here

TOP

Related Classes of org.apache.kato.common.IViewMonitor

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.