JIVE Platform
Release 0.3.1

edu.bsu.cs.jive.events
Interface CallEvent.Caller.OutOfModel

All Superinterfaces:
CallEvent.Caller
Enclosing interface:
CallEvent.Caller

public static interface CallEvent.Caller.OutOfModel
extends CallEvent.Caller

A caller that is not in the model.


Nested Class Summary
 
Nested classes/interfaces inherited from interface edu.bsu.cs.jive.events.CallEvent.Caller
CallEvent.Caller.InModel, CallEvent.Caller.OutOfModel, CallEvent.Caller.System, CallEvent.Caller.Visitor
 
Method Summary
 String description()
          Get a brief description of this out-of-model caller.
 
Methods inherited from interface edu.bsu.cs.jive.events.CallEvent.Caller
accept
 

Method Detail

description

String description()
Get a brief description of this out-of-model caller.

Returns:
description of the caller

JIVE Platform
Release 0.3.1