MCPcopy Create free account
hub / github.com/apache/tomcat / getData

Method getData

java/org/apache/catalina/ContainerEvent.java:61–63  ·  view source on GitHub ↗

Return the event data of this event. @return The data, if any, associated with this event.

()

Source from the content-addressed store, hash-verified

59 * @return The data, if any, associated with this event.
60 */
61 public Object getData() {
62 return this.data;
63 }
64
65
66 /**

Callers 1

toStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected