Package palmed.io

Examples of palmed.io.RecordFactory.purge()


            exit_ = new ExitCommand( this, manager, mainFactory );
        }
        catch( RecordException e )
        {
            mainFactory.purge();
            buffersFactory.purge();
            throw new RecordException( "Incompatible buffer format detected : quit and restart", e );
        }
        textBox_.add( createToolbar( manager ) );
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.