com.taserv.SMS
Interface ExitStateTransition


public interface ExitStateTransition

Defines contract for exit transitions


Method Summary
 void exitTransition(SMStateIF currentState)
          Called every time other state replaces the state associated with this transition as current
 

Method Detail

exitTransition

void exitTransition(SMStateIF currentState)
Called every time other state replaces the state associated with this transition as current

Parameters:
currentState - the state asociated with this transition


Copyright © 2004 TAServ. All Rights Reserved.