nl.hippo.client.api.event
Class NamedEvent
java.lang.Object
nl.hippo.client.api.event.NamedEvent
- All Implemented Interfaces:
- Serializable
public class NamedEvent
- extends Object
- implements Serializable
- See Also:
- Serialized Form
UPDATE_TYPE
public static final int UPDATE_TYPE
- See Also:
- Constant Field Values
CREATE_TYPE
public static final int CREATE_TYPE
- See Also:
- Constant Field Values
DELETE_TYPE
public static final int DELETE_TYPE
- See Also:
- Constant Field Values
NULL_TYPE
public static final int NULL_TYPE
- See Also:
- Constant Field Values
NamedEvent
public NamedEvent(String name)
NamedEvent
public NamedEvent(int type,
String namespace,
String path)
getName
public String getName()
getPath
public String getPath()
getType
public String getType()
getNamespace
public String getNamespace()
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2006-2009 Hippo. All Rights Reserved.