net.craftforge.essential.controller
Interface Phase

All Known Implementing Classes:
AllocationPhase, AuthenticationPhase, DocumentationPhase, InvocationPhase, ProductionPhase

public interface Phase

A step for performing a certain task of processing a request.

Since:
17.01.2011
Author:
Christian Bick

Method Summary
 void run()
          Runs the phase.
 

Method Detail

run

void run()
         throws ControllerException
Runs the phase.

Throws:
ControllerException - Failed to run phase


Copyright © 2011. All Rights Reserved.