com.algosome.common.util
Interface Callback


public interface Callback

Simple interface to allow for callback events.

Author:
Greg Cope

Method Summary
 boolean callback(java.lang.Object caller)
          Callback function after a given process.
 

Method Detail

callback

boolean callback(java.lang.Object caller)
Callback function after a given process.

Parameters:
caller - The calling object.
Returns:
true for success, false otherwise.