Back to project page bad.
The source code is released under:
Copyright (C) 2013 Madis Pink Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Softwa...
If you think the Android project bad listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.madisp.bad.eval; /*from www.j a v a 2 s .co m*/ /** * Created with IntelliJ IDEA. * User: madis * Date: 3/24/13 * Time: 12:20 AM * To change this template use File | Settings | File Templates. */ public interface Watcher { void fire(Scope scope); }