Spring Data Commmons

org.springframework.persistence
Class AsynchStoreCompletionListener.NONE

java.lang.Object
  extended by org.springframework.persistence.AsynchStoreCompletionListener.NONE
All Implemented Interfaces:
AsynchStoreCompletionListener<Object>
Enclosing interface:
AsynchStoreCompletionListener<V>

public static class AsynchStoreCompletionListener.NONE
extends Object
implements AsynchStoreCompletionListener<Object>

Constant indicating no store completion action


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.springframework.persistence.AsynchStoreCompletionListener
AsynchStoreCompletionListener.NONE, AsynchStoreCompletionListener.StoreResult
 
Constructor Summary
AsynchStoreCompletionListener.NONE()
           
 
Method Summary
 void onCompletion(AsynchStoreCompletionListener.StoreResult result, Object newValue, Field foreignStore)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsynchStoreCompletionListener.NONE

public AsynchStoreCompletionListener.NONE()
Method Detail

onCompletion

public void onCompletion(AsynchStoreCompletionListener.StoreResult result,
                         Object newValue,
                         Field foreignStore)
Specified by:
onCompletion in interface AsynchStoreCompletionListener<Object>

Spring Data Commmons

Copyright © 2011. All Rights Reserved.