public abstract class Trigger extends Object implements Comparable
The abstract class for any object that can be used as a trigger for a binding. This ensures that trigger conform to certain minimum requirements. Namely, triggers need to be hashable.
Constructor and Description |
---|
Trigger() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
equals(Object object)
Tests whether this object is equal to another object.
|
abstract int |
hashCode()
Computes the hash code for this object.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
compareTo
public abstract boolean equals(Object object)
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.