Method | Description | |
---|---|---|
AgentButtonListener ( ) : System | ||
Dispose ( ) : void | ||
IsListeningTo ( AgentButton button ) : bool | ||
StartListeningTo ( ) : void | ||
StartListeningTo ( AgentButton b ) : void | ||
StopListeningTo ( ) : void | ||
StopListeningTo ( AgentButton b ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
OnInterrupt ( uint data1, uint data2, System.DateTime time ) : void |
public IsListeningTo ( AgentButton button ) : bool | ||
button | AgentButton | |
return | bool |
public StartListeningTo ( AgentButton b ) : void | ||
b | AgentButton | |
return | void |
public StopListeningTo ( AgentButton b ) : void | ||
b | AgentButton | |
return | void |