org.expasy.jpl.commons.base
Interface Editor<T>

Type Parameters:
T - the edited object.

public interface Editor<T>

The Editor interface should be implemented by any object editing T type instance.

Version:
1.0
Author:
nikitin

Method Summary
 void edit()
          Edit an instance of T-type object.
 

Method Detail

edit

void edit()
          throws EditorException
Edit an instance of T-type object.

Throws:
EditorException - - if conditions to edit T are not satisfied.


Copyright (c) 2012 Swiss Institute of Bioinformatics. All rights reserved.