org.omnaest.utils.events.event
Class Result<CLIENT,RESULT>
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
client
protected CLIENT client
result
protected RESULT result
Result
public Result()
Result
public Result(CLIENT client,
RESULT result)
- Parameters:
client - result -
getClient
public CLIENT getClient()
- Returns:
getResult
public RESULT getResult()
- Returns:
Copyright © 2013. All Rights Reserved.