org.apache.directory.shared.asn1.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.
- Version:
- $Rev: 664290 $, $Date: 2008-06-07 02:28:06 -0400 (Sat, 07 Jun 2008) $
- Author:
- Apache Directory Project
action
void action(IAsn1Container container)
throws DecoderException
- The action to be executed.
- Parameters:
container - The container which stores the current data
- Throws:
DecoderException - Thrown if something went wrong.
Copyright © 2003-2008 The Apache Software Foundation. All Rights Reserved.