com.taserv.SMS
Interface EntryStateTransition


public interface EntryStateTransition

Defines contract for entry transitions


Method Summary
 void entryTransition(SMStateIF currentState)
          Called every time the state associated with this transition becomes current
 

Method Detail

entryTransition

void entryTransition(SMStateIF currentState)
Called every time the state associated with this transition becomes current

Parameters:
currentState - the state asociated with this transition


Copyright © 2004 TAServ. All Rights Reserved.