org.omnaest.utils.events.event
Class Result<CLIENT,RESULT>

java.lang.Object
  extended by org.omnaest.utils.events.event.Result<CLIENT,RESULT>
All Implemented Interfaces:
Serializable

public class Result<CLIENT,RESULT>
extends Object
implements Serializable

Generic default EventListener event result implementation.

See Also:
Serialized Form

Field Summary
protected  CLIENT client
           
protected  RESULT result
           
 
Constructor Summary
Result()
           
Result(CLIENT client, RESULT result)
           
 
Method Summary
 CLIENT getClient()
           
 RESULT getResult()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

client

protected CLIENT client

result

protected RESULT result
Constructor Detail

Result

public Result()

Result

public Result(CLIENT client,
              RESULT result)
Parameters:
client -
result -
Method Detail

getClient

public CLIENT getClient()
Returns:

getResult

public RESULT getResult()
Returns:


Copyright © 2013. All Rights Reserved.