org.davic.net.ca
Class MMIObject

java.lang.Object
  extended byorg.davic.net.ca.MMIObject
Direct Known Subclasses:
List, Text

public class MMIObject
extends java.lang.Object

The base class of all MMI classes.


Method Summary
 void close()
          Closes the MMI object and informs the CA API implementation that the application intends to close or has closed the corresponding MMI screen.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

close

public void close()
Closes the MMI object and informs the CA API implementation that the application intends to close or has closed the corresponding MMI screen.

It is a request to the CA API implementation to send the next MMIEvent (either StartMMIEvent or CloseMMIEvent) in this dialogue.