source: gs3-extensions/atlas-src/trunk/src/org/greenstone/atlas/client/ResponseFunction.java@ 23934

Last change on this file since 23934 was 23934, checked in by sjm84, 13 years ago

Extensive improvements to the ATLAS code

File size: 122 bytes
Line 
1package org.greenstone.atlas.client;
2
3public interface ResponseFunction
4{
5 public void function(String response);
6}
Note: See TracBrowser for help on using the repository browser.