org.apache.directory.api.asn1.ber.grammar
Interface Action<C extends Asn1Container>
- All Known Implementing Classes:
- AbstractReadBitString, AbstractReadInteger, AbstractReadOctetString, CheckNotNullLength, GrammarAction
public interface Action<C extends Asn1Container>
Action interface just contains the method 'action' which must be implemented
in all the implementing classes.
- Author:
- Apache Directory Project
|
Method Summary |
void |
action(C container)
The action to be executed. |
action
void action(C container)
throws org.apache.directory.api.asn1.DecoderException
- The action to be executed.
- Parameters:
container - The container which stores the current data
- Throws:
org.apache.directory.api.asn1.DecoderException - Thrown if something went wrong.
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.