Method
getContainer
Return the Container on which this event occurred. @return The Container on which this event occurred.
()
Source from the content-addressed store, hash-verified
| 69 | * @return The Container on which this event occurred. |
| 70 | */ |
| 71 | public Container getContainer() { |
| 72 | return (Container) getSource(); |
| 73 | } |
| 74 | |
| 75 | |
| 76 | /** |
Tested by
no test coverage detected