org.almendra.janet.cas.monitor.handlers
Class ForeignApplicationRegisteredHandler

java.lang.Object
  extended by org.almendra.janet.cas.monitor.handlers.ForeignApplicationRegisteredHandler
All Implemented Interfaces:
IEventHandler

public class ForeignApplicationRegisteredHandler
extends java.lang.Object
implements IEventHandler


Constructor Summary
ForeignApplicationRegisteredHandler()
          Creates a new ForeignApplicationRegisteredHandler object.
 
Method Summary
protected  boolean isMonitorProducerAgent(AgentPath agentPath)
           
 void occured(Event event)
          Any object that wants to be notified about the occurrence of an event must implement this callback method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForeignApplicationRegisteredHandler

public ForeignApplicationRegisteredHandler()
Creates a new ForeignApplicationRegisteredHandler object.

Method Detail

occured

public void occured(Event event)
Description copied from interface: IEventHandler
Any object that wants to be notified about the occurrence of an event must implement this callback method.

Specified by:
occured in interface IEventHandler

isMonitorProducerAgent

protected boolean isMonitorProducerAgent(AgentPath agentPath)
Parameters:
agentPath -
Returns: