org.gcube.common.core.utils.handlers.events
Class Topic
java.lang.Object
org.gcube.common.core.utils.handlers.events.Topic
- All Implemented Interfaces:
- GCUBETopic
- Direct Known Subclasses:
- Topic.LifetimeTopic
public abstract class Topic
- extends Object
- implements GCUBETopic
Partial implementation of GCUBETopic for topics associated with and handled by GCUBEHandlers.
For convenience of its subclasses, Topic.LifetimeTopic redefines equals(Object) and hashCode() to equate different instances of
the same subclass (cf. GCUBETopic). Alternatively, subclasses can be defined as singleton classes, as exemplified by Topic.LifetimeTopic.
- Author:
- Fabio Simeoni (University of Strathclyde)
|
Constructor Summary |
Topic()
|
Topic
public Topic()
equals
public boolean equals(Object o)
-
- Overrides:
equals in class Object
hashCode
public int hashCode()
-
- Overrides:
hashCode in class Object
Copyright © 2013. All Rights Reserved.