public class CapabilitiesEventArguments
extends java.lang.Object
Since the capabilities are dependent on the frontend and its UI, it might not be possible to change that at random times (or too late).
Consequently this event has a hint characteristic: a frontend can only be expected to make a 'best effort' in honouring individual capabilities but there are no guarantees.
Only changed capabilities need to be included, all other capabilities keep their values.
Constructor and Description |
---|
CapabilitiesEventArguments() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
Capabilities |
getCapabilities()
The set of updated capabilities.
|
int |
hashCode() |
void |
setCapabilities(Capabilities capabilities)
The set of updated capabilities.
|
java.lang.String |
toString() |
@Pure public Capabilities getCapabilities()
public void setCapabilities(Capabilities capabilities)
@Pure public java.lang.String toString()
toString
in class java.lang.Object
@Pure public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
@Pure public int hashCode()
hashCode
in class java.lang.Object