org.kuali.common.jdbc.model.event
Class BucketEvent

java.lang.Object
  extended by org.kuali.common.jdbc.model.event.BucketEvent

public final class BucketEvent
extends Object


Constructor Summary
BucketEvent(JdbcContext context, List<SqlBucket> buckets)
           
 
Method Summary
 List<SqlBucket> getBuckets()
           
 JdbcContext getContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BucketEvent

public BucketEvent(JdbcContext context,
                   List<SqlBucket> buckets)
Method Detail

getContext

public JdbcContext getContext()

getBuckets

public List<SqlBucket> getBuckets()


Copyright © 2010-2014 The Kuali Foundation. All Rights Reserved.