View Javadoc

1   /*
2    * Created on Apr 15, 2005
3    *
4    * To change the template for this generated file go to
5    * Window>Preferences>Java>Code Generation>Code and Comments
6    */
7   package org.apache.sandesha.storage;
8   
9   /***
10   * @author root
11   *         <p/>
12   *         To change the template for this generated type comment go to
13   *         Window&gt;Preferences&gt;Java&gt;Code Generation&gt;Code and Comments
14   */
15  public class Callback {
16  
17      public void onIncomingMessage(CallbackData result) {
18  
19      }
20  
21      public void onOutgoingMessage(CallbackData result) {
22  
23      }
24  
25  }