public class ModifyListenerResult extends Object implements Serializable, Cloneable
Contains the output of ModifyListener.
| Constructor and Description |
|---|
ModifyListenerResult() |
| Modifier and Type | Method and Description |
|---|---|
ModifyListenerResult |
clone() |
boolean |
equals(Object obj) |
List<Listener> |
getListeners()
Information about the modified listeners.
|
int |
hashCode() |
void |
setListeners(Collection<Listener> listeners)
Information about the modified listeners.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ModifyListenerResult |
withListeners(Collection<Listener> listeners)
Information about the modified listeners.
|
ModifyListenerResult |
withListeners(Listener... listeners)
Information about the modified listeners.
|
public List<Listener> getListeners()
Information about the modified listeners.
public void setListeners(Collection<Listener> listeners)
Information about the modified listeners.
listeners - Information about the modified listeners.public ModifyListenerResult withListeners(Listener... listeners)
Information about the modified listeners.
NOTE: This method appends the values to the existing list (if
any). Use setListeners(java.util.Collection) or
withListeners(java.util.Collection) if you want to override the
existing values.
listeners - Information about the modified listeners.public ModifyListenerResult withListeners(Collection<Listener> listeners)
Information about the modified listeners.
listeners - Information about the modified listeners.public String toString()
toString in class ObjectObject.toString()public ModifyListenerResult clone()
Copyright © 2016. All rights reserved.