net.agmodel.utilBean
Class AllowSummarizingEvent

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

public class AllowSummarizingEvent
extends EventObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
AllowSummarizingEvent(Object source, boolean allowSummarizing)
           
 
Method Summary
 boolean isSummarizingAllowed()
           
 
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

AllowSummarizingEvent

public AllowSummarizingEvent(Object source,
                             boolean allowSummarizing)
Method Detail

isSummarizingAllowed

public boolean isSummarizingAllowed()