uk.ac.soton.ecs.iam.grid.comms.client
Interface RepositoryChangedEvent

All Known Implementing Classes:
RepositoryChangedEventImpl

public interface RepositoryChangedEvent

A RepositoryChangedEvent object is passed to a StateRepositoryListener's repositoryChanged method to indicate what changed. This event only indicates which StateRepository changed, but not how.


Method Summary
 StorableInStateRepository getChangedObject()
          Get the Object that has changed
 RepositoryChangedEventType getEventType()
          Get the event type
 StateRepository getRepository()
          Returns the StateRepository that changed.
 

Method Detail

getRepository

StateRepository getRepository()
Returns the StateRepository that changed.


getChangedObject

StorableInStateRepository getChangedObject()
Get the Object that has changed


getEventType

RepositoryChangedEventType getEventType()
Get the event type



Copyright © 2001-2007 University of Southampton IT Innovation Centre. All Rights Reserved.