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.

Author:
Apache Directory Project

Method Summary
 void action(IAsn1Container container)
          The action to be executed.
 

Method Detail

action

void action(IAsn1Container container)
            throws DecoderException,
                   javax.naming.NamingException
The action to be executed.

Parameters:
container - The container which stores the current data
Throws:
DecoderException - Thrown if something went wrong.
javax.naming.NamingException


Copyright © 2004-2010. All Rights Reserved.