JIVE Platform
Release 0.3.1

edu.bsu.cs.jive.events
Interface EOSEvent.Importer

All Superinterfaces:
Event.Importer
Enclosing interface:
EOSEvent

public static interface EOSEvent.Importer
extends Event.Importer

Importer (builder) for an EOS event.


Method Summary
 String provideFilename()
          Provides the fully-qualified filename in which the line was executed.
 int provideLineNumber()
          Provides the line number that was executed.
 
Methods inherited from interface edu.bsu.cs.jive.events.Event.Importer
provideNumber, provideThreadID
 

Method Detail

provideFilename

String provideFilename()
Provides the fully-qualified filename in which the line was executed.

Returns:
the filename

provideLineNumber

int provideLineNumber()
Provides the line number that was executed.

Returns:
the line number

JIVE Platform
Release 0.3.1