Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.cybertivity.powerjournal.framework
Class ViewEvent  view ViewEvent download ViewEvent.java

java.lang.Object
  extended bycom.cybertivity.powerjournal.framework.ViewEvent

public class ViewEvent
extends java.lang.Object

Title: Simulated Intelligence Desc: Event raised by a View. Copyright: Copyright (c) 2001 Chris Arrowood Company: Cybertivity

Version:
$Id: ViewEvent.java,v 1.1.1.1 2001/11/24 03:51:34 arrowood Exp $

Field Summary
private  java.lang.String field
           
private  java.lang.Object initiator
           
private  java.lang.Object value
           
 
Constructor Summary
ViewEvent(java.lang.Object initiator, java.lang.String field, java.lang.Object value)
          Constructor for the ViewEvent object
 
Method Summary
 java.lang.String getField()
          Gets the field attribute of the ViewEvent object
 java.lang.Object getInitiator()
          Gets the Initiator attribute of the ViewEvent object
 java.lang.Object getValue()
          Gets the value attribute of the ViewEvent object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

initiator

private java.lang.Object initiator

field

private java.lang.String field

value

private java.lang.Object value
Constructor Detail

ViewEvent

public ViewEvent(java.lang.Object initiator,
                 java.lang.String field,
                 java.lang.Object value)
Constructor for the ViewEvent object

Method Detail

getInitiator

public java.lang.Object getInitiator()
Gets the Initiator attribute of the ViewEvent object


getField

public java.lang.String getField()
Gets the field attribute of the ViewEvent object


getValue

public java.lang.Object getValue()
Gets the value attribute of the ViewEvent object