@return the lastType
()
| 126 | * @return the lastType |
| 127 | */ |
| 128 | public String getLastType() { |
| 129 | return lastType; |
| 130 | } |
| 131 | |
| 132 | public String toString() { |
| 133 | return this.queue.size() + " event(s) : " + this.queue; |
no outgoing calls
no test coverage detected