1 /*------------------------------------------------------------------------------
 2 Name:      XmlScriptAccess.java
 3 Project:   xmlBlaster.org
 4 Copyright: xmlBlaster.org, see xmlBlaster-LICENSE file
 5 ------------------------------------------------------------------------------*/
 6 package org.xmlBlaster.client.activex;
 7 
 8 /**
 9  * Interface to support callbacks from Java over the ActiveX bridge into C# or VisualBasic. 
10  * @author <a href="mailto:xmlBlaster@marcelruff.info">Marcel Ruff</a>
11  */
12 public interface UpdateListener extends java.util.EventListener {
13    void update(UpdateEvent updateEvent);
14 }


syntax highlighted by Code2HTML, v. 0.9.1