com.karneim.util.collection.set
public static interface IStatePro.IVisitListener
Copyright: Copyright (c) 2002
Company: B|ro f|r Softwarearchitektur www.karneim.com
Version: 1.0
Method Summary | |
---|---|
void | stateUnVisited(IStatePro state) |
void | stateVisited(IStatePro state)
The state invokes this method on all registered listener if it is visited through an epsilon transition. |
void | stateVisited(IStatePro state, char ch)
The state invokes this method on all registered listener if it is visited through an transition with char ch. |
Parameters: state