My favorites | Sign in
Project Home Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
package pl.fones.blog.asynctest;

/**
* Sample callbacks interface.
*
* @author Wojciech Grzeskowiak
* @date 2010/05/11
* @version 1.0
* @link http://blog.fones.pl
*/
public interface EngineNotifications {

/**
* Sample callback method.
* @param success True if operation was sucesfull. False in other way.
*/
void engineStart(boolean success);
}

Change log

r7 by w.grzeskowiak on Sep 20, 2010   Diff
Move Java project
Go to: 

Older revisions

All revisions of this file

File info

Size: 396 bytes, 18 lines
Powered by Google Project Hosting