nl.hippo.client.api.event
Interface EventValidity

All Superinterfaces:
Serializable, SourceValidity
All Known Implementing Classes:
EventValidityImpl

public interface EventValidity
extends SourceValidity


Field Summary
 
Fields inherited from interface nl.hippo.client.api.caching.SourceValidity
INVALID, UNKNOWN, VALID
 
Method Summary
 boolean equals(Object o)
           
 NamedEvent getEvent()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from interface nl.hippo.client.api.caching.SourceValidity
isValid, isValid
 

Method Detail

getEvent

NamedEvent getEvent()

equals

boolean equals(Object o)
Overrides:
equals in class Object

hashCode

int hashCode()
Overrides:
hashCode in class Object

toString

String toString()
Overrides:
toString in class Object


Copyright © 2006-2009 Hippo. All Rights Reserved.