dk.brics.servletvalidator.tagform
Interface ContextListener


public interface ContextListener

Observer for context changes


Method Summary
 void contextChanged(Context newContext, NonTerminal n)
           
 void contextChanged(Context newContext, Terminal t)
           
 LinkedList<Terminal> getSample(NonTerminal p)
           
 

Method Detail

contextChanged

void contextChanged(Context newContext,
                    NonTerminal n)

contextChanged

void contextChanged(Context newContext,
                    Terminal t)

getSample

LinkedList<Terminal> getSample(NonTerminal p)


Copyright © 2008 Mathias Schwarz.