org.openbandy.example.test
Class AllEventsSentMonitor

java.lang.Object
  extended by org.openbandy.example.test.AllEventsSentMonitor

public class AllEventsSentMonitor
extends java.lang.Object

Monitor object to indicate when the EventSourceSimulation has sent all events.

(c) Copyright Philipp Bolliger 2007, ALL RIGHTS RESERVED.

Version:
1.0
Author:
Philipp Bolliger (philipp@bolliger.name)

Constructor Summary
AllEventsSentMonitor()
           
 
Method Summary
 boolean areAllSent()
           
 void setAllSent()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllEventsSentMonitor

public AllEventsSentMonitor()
Method Detail

setAllSent

public void setAllSent()

areAllSent

public boolean areAllSent()