All Packages  This Package  Class Hierarchy  Class Search  Index

Interface CampfireMonitor

  Summary

public abstract interface  CampfireMonitor
{
          // Methods 2
     public abstract void setProgress(int);
     public abstract void setStatus(String);
}

This interface shoud be implemented by those wanting to show the progress of a Campfire thread.


  Cross Reference

Implemented By:
CampfireUI





  Methods

· setProgress

Summary  |  Top
   public abstract void setProgress(int value) 

Sets the progress of the current file being processed.

Parameter Description
value the percetage processed of the file (whole number)



· setStatus

Summary  |  Top
   public abstract void setStatus(String message) 

Communicates status messages.

Parameter Description
message the message to be communicated.



All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7