org.aselect.agent.ntservice
Interface IAgentEventListener
- All Known Implementing Classes:
- AgentNTService
public interface IAgentEventListener
Interface for handling events in Windows Services.
Description:
Specifies the interface to handle A-Select Agent events.
Concurrency issues:
-
- Author:
- Alfa & Ariss
handleAgentEvent
void handleAgentEvent(AgentEvent oEvent)
- Processes a
AgentEvent
.
Description:
This method should be called if a Windows service event is received.
Concurrency issues:
none.
Preconditions:
oEvent != null
Postconditions:
-
- Parameters:
oEvent
- The event that should be processed.
Copyright © 2008 SURFnet BV. All Rights Reserved.