net.agmodel.metBean
Class AllOrNothingEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--net.agmodel.metBean.AllOrNothingEvent
All Implemented Interfaces:
Serializable

public class AllOrNothingEvent
extends EventObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
AllOrNothingEvent(Object source, boolean isAllOrNothing)
           
 
Method Summary
 boolean isAllOrNothing()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AllOrNothingEvent

public AllOrNothingEvent(Object source,
                         boolean isAllOrNothing)
Method Detail

isAllOrNothing

public boolean isAllOrNothing()