com.amazonaws.auth
Interface IdentityChangedListener


public interface IdentityChangedListener

The interface to handle the appropriate updates when an identity change event was caught


Method Summary
 void identityChanged(java.lang.String oldIdentityId, java.lang.String newIdentityId)
          Defines the actions to be taken after an identity change event has been captured to update data appropriately
 

Method Detail

identityChanged

void identityChanged(java.lang.String oldIdentityId,
                     java.lang.String newIdentityId)
Defines the actions to be taken after an identity change event has been captured to update data appropriately

Parameters:
oldIdentityId - the old identity, now out of date
newIdentityId - the new identity which is to be kept


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.