net.sf.urlchecker.events
Interface ChainEvent

Package class diagram package ChainEvent
All Known Implementing Classes:
BasicChainEvent

public interface ChainEvent

The Interface ChainEvent.

$Id: ChainEvent.java 182 2010-12-13 22:51:53Z georgosn $

Version:
$LastChangedRevision: 182 $
Author:
$LastChangedBy: georgosn $

Method Summary
 Command getCommand()
          Gets the command.
 Context getContext()
          Gets the context.
 EventTypes getEventType()
          Gets the event type.
 

Method Detail

getCommand

Command getCommand()
Gets the command.

Returns:
the command

getContext

Context getContext()
Gets the context.

Returns:
the context

getEventType

EventTypes getEventType()
Gets the event type.

Returns:
the event type


Copyright © 2010 Nikolaos Georgosopoulos. All Rights Reserved.