Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.barteo.emulator.app.util
Class ProgressEvent  view ProgressEvent download ProgressEvent.java

java.lang.Object
  extended bycom.barteo.emulator.app.util.ProgressEvent

public class ProgressEvent
extends java.lang.Object


Field Summary
(package private)  int current
           
(package private)  int max
           
 
Constructor Summary
ProgressEvent()
           
 
Method Summary
 int getCurrent()
           
 int getMax()
           
 void setCurrent(int current)
           
 void setMax(int max)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

current

int current

max

int max
Constructor Detail

ProgressEvent

public ProgressEvent()
Method Detail

getCurrent

public int getCurrent()

setCurrent

public void setCurrent(int current)

getMax

public int getMax()

setMax

public void setMax(int max)