org.powertac.common
Interface Action


public interface Action

This is a simple interface intended to be implemented by anonymous classes that need to create a deferred action of some sort.

Author:
John Collins

Method Summary
 void perform()
           
 

Method Detail

perform

void perform()


Copyright © 2011. All Rights Reserved.