Constructor and Description |
---|
SignalCounter() |
SignalCounter(ISignalProtocol<?> protocol) |
Modifier and Type | Method and Description |
---|---|
void |
clearCounts() |
void |
dispose() |
void |
dump(java.io.PrintStream out,
boolean clearCountsWhenDone) |
int |
getCountFor(java.lang.Class<? extends Signal> signal) |
int |
getCountForSignalTypes()
Get the number of different signal counted.
|
void |
notifyEvent(IEvent event) |
int |
removeCountFor(java.lang.Class<? extends Signal> signal) |
public SignalCounter()
public SignalCounter(ISignalProtocol<?> protocol)
public int getCountForSignalTypes()
public int getCountFor(java.lang.Class<? extends Signal> signal)
public int removeCountFor(java.lang.Class<? extends Signal> signal)
public void clearCounts()
public void dump(java.io.PrintStream out, boolean clearCountsWhenDone)
public void notifyEvent(IEvent event)
notifyEvent
in interface IListener
public void dispose()
Copyright (c) 2004-2019 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html