public class AcronymEvent extends DocumentBuilderEvent
DocumentBuilderEvent
corresponding to DocumentBuilder.acronym(String, String)
.Constructor and Description |
---|
AcronymEvent(java.lang.String text,
java.lang.String definition) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
void |
invoke(DocumentBuilder builder)
Invokes the event on the given
builder . |
java.lang.String |
toString() |
public AcronymEvent(java.lang.String text, java.lang.String definition)
public void invoke(DocumentBuilder builder)
DocumentBuilderEvent
builder
.invoke
in class DocumentBuilderEvent
builder
- the builderpublic java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2007, 2013 David Green and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html