Class AbstractDataSetManager.ScheduledDataSet

java.lang.Object
repast.simphony.data2.AbstractDataSetManager.ScheduledDataSet
All Implemented Interfaces:
IAction
Enclosing class:
AbstractDataSetManager

protected static class AbstractDataSetManager.ScheduledDataSet extends Object implements IAction
  • Method Details

    • execute

      public void execute()
      Description copied from interface: IAction
      Executes this IAction, typically by performing a method call on some object.
      Specified by:
      execute in interface IAction