org.brains2b.coffee
Class Ticket.Monitor

java.lang.Object
  extended by org.brains2b.coffee.Ticket.Monitor
All Implemented Interfaces:
ProgressMonitor
Enclosing class:
Ticket

public class Ticket.Monitor
extends java.lang.Object
implements ProgressMonitor

Implementation of ProgressMonitor to supply progress information from TicketHandler regarding the running Task to this Ticket and TaskListener(s)


Constructor Summary
Ticket.Monitor()
           
 
Method Summary
 void advance(int start, int value, int end)
           
 CoffeeEvent getEvent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ticket.Monitor

public Ticket.Monitor()
Method Detail

advance

public void advance(int start,
                    int value,
                    int end)
Specified by:
advance in interface ProgressMonitor

getEvent

public CoffeeEvent getEvent()