org.apache.directory.shared.asn1.ber.grammar
Interface Action<E extends Asn1Container>

All Known Implementing Classes:
AbstractReadBitString, AbstractReadInteger, AbstractReadOctetString, CheckNotNullLength, GrammarAction

public interface Action<E 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(E container)
          The action to be executed.
 

Method Detail

action

void action(E 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-2011 The Apache Software Foundation. All Rights Reserved.