public abstract class Trigger
extends java.lang.Object
implements java.lang.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(java.lang.Object object)
Tests whether this object is equal to another object.
|
abstract int |
hashCode()
Computes the hash code for this object.
|
public abstract boolean equals(java.lang.Object object)
equals in class java.lang.Objectobject - The object with which to compare; may be null.true if the objects are equal; false
otherwise.public abstract int hashCode()
hashCode in class java.lang.Object
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.