org.apache.asn1new.ber.grammar
Interface IAction
- All Known Implementing Classes:
- GrammarAction
- public interface IAction
IAction interface just contains the method 'action' which must be implemented
in all the implementong classes.
- Author:
- Apache Directory Project
action
public void action(IAsn1Container container)
throws org.apache.asn1.codec.DecoderException
- The action to be executed.
- Parameters:
container
- The container which stores the current data
- Throws:
org.apache.asn1.codec.DecoderException
- Thrown if something went wrong.
Copyright © 2005-2006 . All Rights Reserved.