EventCallback

public interface EventCallback<EventArg>

Created by lexchou on 4/24/2017.

Methods

MethodDescription
call(Object sender, EventArg arg)

call(Object sender, EventArg arg)

public abstract void call(Object sender, EventArg arg)

Parameters:

ParameterTypeDescription
senderjava.lang.Object
argEventArg