br.pucrio.inf.les.bdijade.plan
Interface DisposablePlanBody


public interface DisposablePlanBody

This interface indicates that a PlanBody should be finalized in case of being terminated.

Author:
ingrid *

Method Summary
 void onAbort()
          This method is called when a PlanBody is terminates before its end, for instance, when the Intention associated with the PlanBody is not longer desired.
 

Method Detail

onAbort

void onAbort()
This method is called when a PlanBody is terminates before its end, for instance, when the Intention associated with the PlanBody is not longer desired.