uk.ac.soton.ecs.iam.grid.client.staterepos
Class RepositoryChangedEventImpl

java.lang.Object
  extended by uk.ac.soton.ecs.iam.grid.client.staterepos.RepositoryChangedEventImpl
All Implemented Interfaces:
RepositoryChangedEvent

public class RepositoryChangedEventImpl
extends Object
implements RepositoryChangedEvent

Default implementation of RepositoryChangedEvent.


Method Summary
 StorableInStateRepository getChangedObject()
          Get the Object that has changed
 RepositoryChangedEventType getEventType()
          Get the event type
 StateRepository getRepository()
          Returns the StateRepository that changed.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getRepository

public StateRepository getRepository()
Description copied from interface: RepositoryChangedEvent
Returns the StateRepository that changed.

Specified by:
getRepository in interface RepositoryChangedEvent

getChangedObject

public StorableInStateRepository getChangedObject()
Description copied from interface: RepositoryChangedEvent
Get the Object that has changed

Specified by:
getChangedObject in interface RepositoryChangedEvent

getEventType

public RepositoryChangedEventType getEventType()
Description copied from interface: RepositoryChangedEvent
Get the event type

Specified by:
getEventType in interface RepositoryChangedEvent

toString

public String toString()
Overrides:
toString in class Object


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